Skip to content

Commit 235e49c

Browse files
chore(deps): update actions/download-artifact action to v4 (#747)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ae2cfe commit 235e49c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
run: yarn install --immutable --mode=skip-build
261261

262262
- name: Download artifacts
263-
uses: actions/download-artifact@v3
263+
uses: actions/download-artifact@v4
264264
with:
265265
name: bindings-${{ matrix.settings.target }}
266266
path: artifacts
@@ -304,7 +304,7 @@ jobs:
304304
run: yarn install --immutable --mode=skip-build
305305

306306
- name: Download artifacts
307-
uses: actions/download-artifact@v3
307+
uses: actions/download-artifact@v4
308308
with:
309309
name: bindings-x86_64-unknown-linux-gnu
310310
path: artifacts
@@ -340,7 +340,7 @@ jobs:
340340
run: yarn install --immutable --mode=skip-build
341341

342342
- name: Download artifacts
343-
uses: actions/download-artifact@v3
343+
uses: actions/download-artifact@v4
344344
with:
345345
name: bindings-x86_64-unknown-linux-gnu
346346
path: artifacts
@@ -396,7 +396,7 @@ jobs:
396396
run: yarn build:ts
397397

398398
- name: Download artifacts
399-
uses: actions/download-artifact@v3
399+
uses: actions/download-artifact@v4
400400
with:
401401
name: bindings-x86_64-unknown-linux-musl
402402
path: artifacts
@@ -431,7 +431,7 @@ jobs:
431431
- uses: actions/checkout@v3
432432

433433
- name: Download artifacts
434-
uses: actions/download-artifact@v3
434+
uses: actions/download-artifact@v4
435435
with:
436436
name: bindings-aarch64-unknown-linux-gnu
437437
path: artifacts
@@ -484,7 +484,7 @@ jobs:
484484
yarn install --immutable --mode=skip-build
485485
486486
- name: Download artifacts
487-
uses: actions/download-artifact@v3
487+
uses: actions/download-artifact@v4
488488
with:
489489
name: bindings-aarch64-unknown-linux-musl
490490
path: packages
@@ -532,7 +532,7 @@ jobs:
532532
yarn install --immutable --mode=skip-build
533533
534534
- name: Download artifacts
535-
uses: actions/download-artifact@v3
535+
uses: actions/download-artifact@v4
536536
with:
537537
name: bindings-armv7-unknown-linux-gnueabihf
538538
path: artifacts
@@ -586,7 +586,7 @@ jobs:
586586
run: yarn install --immutable --mode=skip-build
587587

588588
- name: Download all artifacts
589-
uses: actions/download-artifact@v3
589+
uses: actions/download-artifact@v4
590590
with:
591591
path: artifacts
592592

0 commit comments

Comments
 (0)