|
51 | 51 | with: |
52 | 52 | toolchain: "stable" |
53 | 53 |
|
54 | | - - uses: actions/download-artifact@v4 |
| 54 | + - uses: actions/download-artifact@v5 |
55 | 55 | with: |
56 | 56 | name: integration-tests |
57 | 57 | path: /home/runner/.cargo/bin/ |
|
99 | 99 | with: |
100 | 100 | toolchain: "stable" |
101 | 101 |
|
102 | | - - uses: actions/download-artifact@v4 |
| 102 | + - uses: actions/download-artifact@v5 |
103 | 103 | with: |
104 | 104 | name: integration-tests |
105 | 105 | path: /home/runner/.cargo/bin/ |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | with: |
160 | 160 | toolchain: "stable" |
161 | 161 |
|
162 | | - - uses: actions/download-artifact@v4 |
| 162 | + - uses: actions/download-artifact@v5 |
163 | 163 | with: |
164 | 164 | name: integration-tests |
165 | 165 | path: /home/runner/.cargo/bin/ |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | with: |
216 | 216 | toolchain: "stable" |
217 | 217 |
|
218 | | - - uses: actions/download-artifact@v4 |
| 218 | + - uses: actions/download-artifact@v5 |
219 | 219 | with: |
220 | 220 | name: integration-tests |
221 | 221 | path: /home/runner/.cargo/bin/ |
@@ -264,7 +264,7 @@ jobs: |
264 | 264 | with: |
265 | 265 | toolchain: "stable" |
266 | 266 |
|
267 | | - - uses: actions/download-artifact@v4 |
| 267 | + - uses: actions/download-artifact@v5 |
268 | 268 | with: |
269 | 269 | name: integration-tests |
270 | 270 | path: /home/runner/.cargo/bin/ |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | with: |
320 | 320 | toolchain: "stable" |
321 | 321 |
|
322 | | - - uses: actions/download-artifact@v4 |
| 322 | + - uses: actions/download-artifact@v5 |
323 | 323 | with: |
324 | 324 | name: integration-tests |
325 | 325 | path: /home/runner/.cargo/bin/ |
@@ -374,7 +374,7 @@ jobs: |
374 | 374 | with: |
375 | 375 | toolchain: "stable" |
376 | 376 |
|
377 | | - - uses: actions/download-artifact@v4 |
| 377 | + - uses: actions/download-artifact@v5 |
378 | 378 | with: |
379 | 379 | name: integration-tests |
380 | 380 | path: /home/runner/.cargo/bin/ |
@@ -426,7 +426,7 @@ jobs: |
426 | 426 | with: |
427 | 427 | toolchain: "stable" |
428 | 428 |
|
429 | | - - uses: actions/download-artifact@v4 |
| 429 | + - uses: actions/download-artifact@v5 |
430 | 430 | with: |
431 | 431 | name: integration-tests |
432 | 432 | path: /home/runner/.cargo/bin/ |
@@ -549,7 +549,7 @@ jobs: |
549 | 549 | chmod +x llvm.sh |
550 | 550 | sudo ./llvm.sh "${LLVM_VERSION}" |
551 | 551 |
|
552 | | - - uses: actions/download-artifact@v4 |
| 552 | + - uses: actions/download-artifact@v5 |
553 | 553 | with: |
554 | 554 | name: integration-tests |
555 | 555 | path: /home/runner/.cargo/bin/ |
@@ -627,7 +627,7 @@ jobs: |
627 | 627 | run: | |
628 | 628 | cargo build -p randomize_readdir |
629 | 629 |
|
630 | | - - uses: actions/download-artifact@v4 |
| 630 | + - uses: actions/download-artifact@v5 |
631 | 631 | with: |
632 | 632 | name: integration-tests |
633 | 633 | path: /home/runner/.cargo/bin/ |
@@ -692,7 +692,7 @@ jobs: |
692 | 692 | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); |
693 | 693 | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') |
694 | 694 |
|
695 | | - - uses: actions/download-artifact@v4 |
| 695 | + - uses: actions/download-artifact@v5 |
696 | 696 | with: |
697 | 697 | name: integration-tests |
698 | 698 | path: /home/runner/.cargo/bin/ |
@@ -736,7 +736,7 @@ jobs: |
736 | 736 | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); |
737 | 737 | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') |
738 | 738 |
|
739 | | - - uses: actions/download-artifact@v4 |
| 739 | + - uses: actions/download-artifact@v5 |
740 | 740 | with: |
741 | 741 | name: integration-tests |
742 | 742 | path: /home/runner/.cargo/bin/ |
@@ -792,7 +792,7 @@ jobs: |
792 | 792 | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); |
793 | 793 | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') |
794 | 794 |
|
795 | | - - uses: actions/download-artifact@v4 |
| 795 | + - uses: actions/download-artifact@v5 |
796 | 796 | with: |
797 | 797 | name: integration-tests |
798 | 798 | path: /home/runner/.cargo/bin/ |
@@ -857,7 +857,7 @@ jobs: |
857 | 857 | with: |
858 | 858 | toolchain: ${{ env.RUST_TEST_TOOLCHAIN }} |
859 | 859 |
|
860 | | - - uses: actions/download-artifact@v4 |
| 860 | + - uses: actions/download-artifact@v5 |
861 | 861 | with: |
862 | 862 | name: integration-tests |
863 | 863 | path: /home/runner/.cargo/bin/ |
@@ -890,7 +890,7 @@ jobs: |
890 | 890 | CARGO_INCREMENTAL: "0" |
891 | 891 |
|
892 | 892 | steps: |
893 | | - - uses: actions/download-artifact@v4 |
| 893 | + - uses: actions/download-artifact@v5 |
894 | 894 | with: |
895 | 895 | name: integration-tests |
896 | 896 | path: /home/runner/.cargo/bin/ |
|
0 commit comments