@@ -260,7 +260,7 @@ jobs:
260
260
run : yarn install --immutable --mode=skip-build
261
261
262
262
- name : Download artifacts
263
- uses : actions/download-artifact@v3
263
+ uses : actions/download-artifact@v4
264
264
with :
265
265
name : bindings-${{ matrix.settings.target }}
266
266
path : artifacts
@@ -304,7 +304,7 @@ jobs:
304
304
run : yarn install --immutable --mode=skip-build
305
305
306
306
- name : Download artifacts
307
- uses : actions/download-artifact@v3
307
+ uses : actions/download-artifact@v4
308
308
with :
309
309
name : bindings-x86_64-unknown-linux-gnu
310
310
path : artifacts
@@ -340,7 +340,7 @@ jobs:
340
340
run : yarn install --immutable --mode=skip-build
341
341
342
342
- name : Download artifacts
343
- uses : actions/download-artifact@v3
343
+ uses : actions/download-artifact@v4
344
344
with :
345
345
name : bindings-x86_64-unknown-linux-gnu
346
346
path : artifacts
@@ -396,7 +396,7 @@ jobs:
396
396
run : yarn build:ts
397
397
398
398
- name : Download artifacts
399
- uses : actions/download-artifact@v3
399
+ uses : actions/download-artifact@v4
400
400
with :
401
401
name : bindings-x86_64-unknown-linux-musl
402
402
path : artifacts
@@ -431,7 +431,7 @@ jobs:
431
431
- uses : actions/checkout@v3
432
432
433
433
- name : Download artifacts
434
- uses : actions/download-artifact@v3
434
+ uses : actions/download-artifact@v4
435
435
with :
436
436
name : bindings-aarch64-unknown-linux-gnu
437
437
path : artifacts
@@ -484,7 +484,7 @@ jobs:
484
484
yarn install --immutable --mode=skip-build
485
485
486
486
- name : Download artifacts
487
- uses : actions/download-artifact@v3
487
+ uses : actions/download-artifact@v4
488
488
with :
489
489
name : bindings-aarch64-unknown-linux-musl
490
490
path : packages
@@ -532,7 +532,7 @@ jobs:
532
532
yarn install --immutable --mode=skip-build
533
533
534
534
- name : Download artifacts
535
- uses : actions/download-artifact@v3
535
+ uses : actions/download-artifact@v4
536
536
with :
537
537
name : bindings-armv7-unknown-linux-gnueabihf
538
538
path : artifacts
@@ -586,7 +586,7 @@ jobs:
586
586
run : yarn install --immutable --mode=skip-build
587
587
588
588
- name : Download all artifacts
589
- uses : actions/download-artifact@v3
589
+ uses : actions/download-artifact@v4
590
590
with :
591
591
path : artifacts
592
592
0 commit comments