Skip to content

Commit 393c3f7

Browse files
dependabot[bot]sylvestre
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7487ab0 commit 393c3f7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
fi
380380
381381
- name: Get artifacts
382-
uses: actions/download-artifact@v4
382+
uses: actions/download-artifact@v5
383383

384384
- name: Create release assets
385385
run: |

.github/workflows/integration-tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
toolchain: "stable"
5353

54-
- uses: actions/download-artifact@v4
54+
- uses: actions/download-artifact@v5
5555
with:
5656
name: integration-tests
5757
path: /home/runner/.cargo/bin/
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
toolchain: "stable"
101101

102-
- uses: actions/download-artifact@v4
102+
- uses: actions/download-artifact@v5
103103
with:
104104
name: integration-tests
105105
path: /home/runner/.cargo/bin/
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
toolchain: "stable"
161161

162-
- uses: actions/download-artifact@v4
162+
- uses: actions/download-artifact@v5
163163
with:
164164
name: integration-tests
165165
path: /home/runner/.cargo/bin/
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
toolchain: "stable"
217217

218-
- uses: actions/download-artifact@v4
218+
- uses: actions/download-artifact@v5
219219
with:
220220
name: integration-tests
221221
path: /home/runner/.cargo/bin/
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
toolchain: "stable"
266266

267-
- uses: actions/download-artifact@v4
267+
- uses: actions/download-artifact@v5
268268
with:
269269
name: integration-tests
270270
path: /home/runner/.cargo/bin/
@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
toolchain: "stable"
321321

322-
- uses: actions/download-artifact@v4
322+
- uses: actions/download-artifact@v5
323323
with:
324324
name: integration-tests
325325
path: /home/runner/.cargo/bin/
@@ -374,7 +374,7 @@ jobs:
374374
with:
375375
toolchain: "stable"
376376

377-
- uses: actions/download-artifact@v4
377+
- uses: actions/download-artifact@v5
378378
with:
379379
name: integration-tests
380380
path: /home/runner/.cargo/bin/
@@ -426,7 +426,7 @@ jobs:
426426
with:
427427
toolchain: "stable"
428428

429-
- uses: actions/download-artifact@v4
429+
- uses: actions/download-artifact@v5
430430
with:
431431
name: integration-tests
432432
path: /home/runner/.cargo/bin/
@@ -549,7 +549,7 @@ jobs:
549549
chmod +x llvm.sh
550550
sudo ./llvm.sh "${LLVM_VERSION}"
551551
552-
- uses: actions/download-artifact@v4
552+
- uses: actions/download-artifact@v5
553553
with:
554554
name: integration-tests
555555
path: /home/runner/.cargo/bin/
@@ -627,7 +627,7 @@ jobs:
627627
run: |
628628
cargo build -p randomize_readdir
629629
630-
- uses: actions/download-artifact@v4
630+
- uses: actions/download-artifact@v5
631631
with:
632632
name: integration-tests
633633
path: /home/runner/.cargo/bin/
@@ -692,7 +692,7 @@ jobs:
692692
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
693693
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
694694
695-
- uses: actions/download-artifact@v4
695+
- uses: actions/download-artifact@v5
696696
with:
697697
name: integration-tests
698698
path: /home/runner/.cargo/bin/
@@ -736,7 +736,7 @@ jobs:
736736
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
737737
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
738738
739-
- uses: actions/download-artifact@v4
739+
- uses: actions/download-artifact@v5
740740
with:
741741
name: integration-tests
742742
path: /home/runner/.cargo/bin/
@@ -792,7 +792,7 @@ jobs:
792792
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
793793
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '')
794794
795-
- uses: actions/download-artifact@v4
795+
- uses: actions/download-artifact@v5
796796
with:
797797
name: integration-tests
798798
path: /home/runner/.cargo/bin/
@@ -857,7 +857,7 @@ jobs:
857857
with:
858858
toolchain: ${{ env.RUST_TEST_TOOLCHAIN }}
859859

860-
- uses: actions/download-artifact@v4
860+
- uses: actions/download-artifact@v5
861861
with:
862862
name: integration-tests
863863
path: /home/runner/.cargo/bin/
@@ -890,7 +890,7 @@ jobs:
890890
CARGO_INCREMENTAL: "0"
891891

892892
steps:
893-
- uses: actions/download-artifact@v4
893+
- uses: actions/download-artifact@v5
894894
with:
895895
name: integration-tests
896896
path: /home/runner/.cargo/bin/

0 commit comments

Comments
 (0)