Skip to content

Commit d4c6f76

Browse files
chore: bump up GitHub Artifact Actions
1 parent a7bec3a commit d4c6f76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ jobs:
191191
fi
192192
shell: bash
193193
- name: Upload artifact
194-
uses: actions/upload-artifact@v4
194+
uses: actions/upload-artifact@v6
195195
if: matrix.settings.target != 'wasm32-wasip1-threads'
196196
with:
197197
name: bindings-${{ matrix.settings.target }}
198198
path: '*.node'
199199
if-no-files-found: error
200200

201201
- name: Upload WASI artifact
202-
uses: actions/upload-artifact@v4
202+
uses: actions/upload-artifact@v6
203203
if: matrix.settings.target == 'wasm32-wasip1-threads'
204204
with:
205205
name: bindings-wasm32-wasip1-threads
@@ -256,7 +256,7 @@ jobs:
256256
rm -rf node_modules
257257
rm -rf target
258258
- name: Upload artifact
259-
uses: actions/upload-artifact@v4
259+
uses: actions/upload-artifact@v6
260260
with:
261261
name: bindings-freebsd
262262
path: ${{ env.APP_NAME }}.*.node
@@ -295,7 +295,7 @@ jobs:
295295
- name: Install dependencies
296296
run: pnpm install --force
297297
- name: Download artifacts
298-
uses: actions/download-artifact@v5
298+
uses: actions/download-artifact@v7
299299
with:
300300
name: bindings-${{ matrix.settings.target }}
301301
path: .
@@ -354,7 +354,7 @@ jobs:
354354
- name: Install dependencies
355355
run: pnpm install --force
356356
- name: Download artifacts
357-
uses: actions/download-artifact@v5
357+
uses: actions/download-artifact@v7
358358
with:
359359
name: bindings-${{ matrix.target }}
360360
path: .
@@ -391,7 +391,7 @@ jobs:
391391
- name: Install dependencies
392392
run: pnpm install --force
393393
- name: Download artifacts
394-
uses: actions/download-artifact@v5
394+
uses: actions/download-artifact@v7
395395
with:
396396
name: bindings-wasm32-wasip1-threads
397397
path: .
@@ -432,7 +432,7 @@ jobs:
432432
- name: Build
433433
run: pnpm postbuild
434434
- name: Download all artifacts
435-
uses: actions/download-artifact@v5
435+
uses: actions/download-artifact@v7
436436
with:
437437
path: artifacts
438438
- name: List downloaded artifacts

0 commit comments

Comments
 (0)