diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aacd5247..c66572841 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -454,7 +454,7 @@ jobs: fi - name: Get artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 - name: Create release assets run: | diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8788f10e8..ca7ca7a27 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -84,7 +84,7 @@ jobs: with: toolchain: "stable" - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -246,7 +246,7 @@ jobs: run: | cargo build -p randomize_readdir - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: integration-tests path: /home/runner/.cargo/bin/ @@ -311,7 +311,7 @@ jobs: core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: integration-tests path: /home/runner/.cargo/bin/