Skip to content

Commit 5aa6515

Browse files
authored
Merge pull request #2201 from Ralim/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 5 to 7
2 parents aa9ff41 + 5bce44d commit 5aa6515

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ./source/metadata.py ${{ matrix.model }}.json
5858

5959
- name: Archive ${{ matrix.model }} artifacts
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: ${{ matrix.model }}
6363
path: |
@@ -104,7 +104,7 @@ jobs:
104104
run: ./source/metadata.py ${{ matrix.model }}_multi-lang.json
105105

106106
- name: Archive ${{ matrix.model }} artifacts
107-
uses: actions/upload-artifact@v5
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: ${{ matrix.model }}_multi-lang
110110
path: |
@@ -129,7 +129,7 @@ jobs:
129129
- run: ls -R source/Hexfile
130130

131131
- name: Upload JSONs in bulk as metadata
132-
uses: actions/upload-artifact@v5
132+
uses: actions/upload-artifact@v7
133133
with:
134134
name: metadata
135135
path: source/Hexfile/*.json

0 commit comments

Comments
 (0)