Skip to content

Commit f8c28ef

Browse files
chore: bump up actions/download-artifact action to v5 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20abca2 commit f8c28ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Install dependencies
250250
run: pnpm install
251251
- name: Download artifacts
252-
uses: actions/download-artifact@v4
252+
uses: actions/download-artifact@v5
253253
with:
254254
name: bindings-${{ matrix.settings.target }}
255255
path: .
@@ -309,7 +309,7 @@ jobs:
309309
- name: Install dependencies
310310
run: pnpm install --force
311311
- name: Download artifacts
312-
uses: actions/download-artifact@v4
312+
uses: actions/download-artifact@v5
313313
with:
314314
name: bindings-${{ matrix.target }}
315315
path: .
@@ -346,7 +346,7 @@ jobs:
346346
- name: Install dependencies
347347
run: pnpm install
348348
- name: Download artifacts
349-
uses: actions/download-artifact@v4
349+
uses: actions/download-artifact@v5
350350
with:
351351
name: bindings-wasm32-wasip1-threads
352352
path: .
@@ -378,7 +378,7 @@ jobs:
378378
- name: Install dependencies
379379
run: pnpm install
380380
- name: Download all artifacts
381-
uses: actions/download-artifact@v4
381+
uses: actions/download-artifact@v5
382382
with:
383383
path: artifacts
384384
- name: create npm dirs

0 commit comments

Comments
 (0)