Skip to content

Commit d0d5edf

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

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/CI.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
run: ${{ matrix.settings.build }}
207207

208208
- name: Upload artifact
209-
uses: actions/upload-artifact@v4
209+
uses: actions/upload-artifact@v5
210210
with:
211211
name: bindings-${{ matrix.settings.target }}
212212
path: ${{ env.APP_NAME }}.*.node
@@ -268,7 +268,7 @@ jobs:
268268
yarn build --target armv7-unknown-linux-gnueabihf
269269
270270
- name: Upload artifact
271-
uses: actions/upload-artifact@v4
271+
uses: actions/upload-artifact@v5
272272
with:
273273
name: bindings-armv7-unknown-linux-gnueabihf
274274
path: ${{ env.APP_NAME }}.*.node
@@ -324,7 +324,7 @@ jobs:
324324
run: yarn install --immutable --mode=skip-build
325325

326326
- name: Download artifacts
327-
uses: actions/download-artifact@v5
327+
uses: actions/download-artifact@v6
328328
with:
329329
name: bindings-${{ matrix.settings.target }}
330330
path: .
@@ -338,7 +338,7 @@ jobs:
338338

339339
- name: Test failed
340340
if: ${{ failure() }}
341-
uses: actions/upload-artifact@v4
341+
uses: actions/upload-artifact@v5
342342
with:
343343
name: failure-images-${{ matrix.settings.target }}-${{ matrix.node }}
344344
path: __test__/failure/**
@@ -375,7 +375,7 @@ jobs:
375375
run: yarn install --immutable --mode=skip-build
376376

377377
- name: Download artifacts
378-
uses: actions/download-artifact@v5
378+
uses: actions/download-artifact@v6
379379
with:
380380
name: bindings-x86_64-unknown-linux-gnu
381381
path: .
@@ -389,7 +389,7 @@ jobs:
389389

390390
- name: Test failed
391391
if: ${{ failure() }}
392-
uses: actions/upload-artifact@v4
392+
uses: actions/upload-artifact@v5
393393
with:
394394
name: failure-images-x86_64-unknown-linux-gnu-${{ matrix.node }}
395395
path: __test__/failure/**
@@ -428,7 +428,7 @@ jobs:
428428
yarn install --immutable --mode=skip-build
429429
430430
- name: Download artifacts
431-
uses: actions/download-artifact@v5
431+
uses: actions/download-artifact@v6
432432
with:
433433
name: bindings-x86_64-unknown-linux-musl
434434
path: .
@@ -442,7 +442,7 @@ jobs:
442442

443443
- name: Test failed
444444
if: ${{ failure() }}
445-
uses: actions/upload-artifact@v4
445+
uses: actions/upload-artifact@v5
446446
with:
447447
name: failure-images-x86_64-unknown-linux-musl-${{ matrix.node }}
448448
path: __test__/failure/**
@@ -470,7 +470,7 @@ jobs:
470470
out-file-path: __test__/fonts/
471471

472472
- name: Download artifacts
473-
uses: actions/download-artifact@v5
473+
uses: actions/download-artifact@v6
474474
with:
475475
name: bindings-aarch64-unknown-linux-gnu
476476
path: .
@@ -494,7 +494,7 @@ jobs:
494494
495495
- name: Test failed
496496
if: ${{ failure() }}
497-
uses: actions/upload-artifact@v4
497+
uses: actions/upload-artifact@v5
498498
with:
499499
name: failure-images-aarch64-unknown-linux-gnu-${{ matrix.node }}
500500
path: __test__/failure/**
@@ -519,7 +519,7 @@ jobs:
519519
out-file-path: __test__/fonts/
520520

521521
- name: Download artifacts
522-
uses: actions/download-artifact@v5
522+
uses: actions/download-artifact@v6
523523
with:
524524
name: bindings-aarch64-unknown-linux-musl
525525
path: .
@@ -545,7 +545,7 @@ jobs:
545545
546546
- name: Test failed
547547
if: ${{ failure() }}
548-
uses: actions/upload-artifact@v4
548+
uses: actions/upload-artifact@v5
549549
with:
550550
name: failure-images-aarch64-unknown-linux-musl-lts
551551
path: __test__/failure/**
@@ -570,7 +570,7 @@ jobs:
570570
token: ${{ secrets.GITHUB_TOKEN }}
571571
out-file-path: __test__/fonts/
572572
- name: Download artifacts
573-
uses: actions/download-artifact@v5
573+
uses: actions/download-artifact@v6
574574
with:
575575
name: bindings-armv7-unknown-linux-gnueabihf
576576
path: .
@@ -597,7 +597,7 @@ jobs:
597597
ls -la
598598
- name: Test failed
599599
if: ${{ failure() }}
600-
uses: actions/upload-artifact@v4
600+
uses: actions/upload-artifact@v5
601601
with:
602602
name: failure-images-armv7-unknown-linux-gnueabihf-${{ matrix.node }}
603603
path: __test__/failure/**
@@ -695,7 +695,7 @@ jobs:
695695
run: yarn install --immutable --mode=skip-build
696696

697697
- name: Download all artifacts
698-
uses: actions/download-artifact@v5
698+
uses: actions/download-artifact@v6
699699
with:
700700
path: artifacts
701701

.github/workflows/libcxxabi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
subject-path: |
5050
libc++abi.a
5151
- name: Upload
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: libc++abi-${{ matrix.settings.arch }}.a
5555
path: libc++abi.a
@@ -62,15 +62,15 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v5
6464
- name: Download x86_64
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: libc++abi-x86_64.a
6868
path: .
6969
- name: Rename
7070
run: |
7171
mv libc++abi.a libc++abi-x86_64.a
7272
- name: Download aarch64
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: libc++abi-aarch64.a
7676
path: .

0 commit comments

Comments
 (0)