Skip to content

Commit 37a9a5f

Browse files
chore(deps): update github artifact actions (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4ce0a0 commit 37a9a5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: make package
7272
# Upload (same for each build)
7373
- name: Upload
74-
uses: actions/upload-artifact@v5
74+
uses: actions/upload-artifact@v6
7575
with:
7676
path: dist
7777
name: ${{ env.ARCHIVE_NAME }}
@@ -173,7 +173,7 @@ jobs:
173173
shell: bash
174174
# Upload (same for each build)
175175
- name: Upload
176-
uses: actions/upload-artifact@v5
176+
uses: actions/upload-artifact@v6
177177
with:
178178
path: dist
179179
name: ${{ env.ARCHIVE_NAME }}
@@ -231,7 +231,7 @@ jobs:
231231
docker rm $CID
232232
# Upload (same for each build)
233233
- name: Upload
234-
uses: actions/upload-artifact@v5
234+
uses: actions/upload-artifact@v6
235235
with:
236236
path: dist
237237
name: ${{ env.ARCHIVE_NAME }}
@@ -287,7 +287,7 @@ jobs:
287287
shell: bash
288288
# Upload (same for each build)
289289
- name: Upload
290-
uses: actions/upload-artifact@v5
290+
uses: actions/upload-artifact@v6
291291
with:
292292
path: dist
293293
name: ${{ env.ARCHIVE_NAME }}
@@ -333,7 +333,7 @@ jobs:
333333
run: make package
334334
# Upload (same for each build)
335335
- name: Upload
336-
uses: actions/upload-artifact@v5
336+
uses: actions/upload-artifact@v6
337337
with:
338338
path: dist
339339
name: ${{ env.ARCHIVE_NAME }}
@@ -357,7 +357,7 @@ jobs:
357357
echo "WGPU_NATIVE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
358358
shell: bash
359359
- name: Download assets
360-
uses: actions/download-artifact@v6
360+
uses: actions/download-artifact@v7
361361
with:
362362
path: dist
363363
- name: Create commit-sha file

0 commit comments

Comments
 (0)