diff --git a/.github/workflows/linux-eic-shell.yml b/.github/workflows/linux-eic-shell.yml index 40469a9c0..2c6cee21b 100644 --- a/.github/workflows/linux-eic-shell.yml +++ b/.github/workflows/linux-eic-shell.yml @@ -754,7 +754,7 @@ jobs: if-no-files-found: error - name: Download previous artifact id: download_previous_artifact - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: branch: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref_name }} path: ref/ @@ -954,7 +954,7 @@ jobs: if-no-files-found: error - name: Download previous artifact id: download_previous_artifact - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: branch: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref_name }} path: ref/ @@ -1084,7 +1084,7 @@ jobs: max-parallel: 4 steps: - name: Download docs artifact (other PRs) - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 if: github.event.pull_request.number != matrix.pr with: commit: ${{ matrix.head_sha }} @@ -1101,7 +1101,7 @@ jobs: path: publishing_docs/pr/${{ matrix.pr }}/ - name: Download capybara artifact (other PRs) id: download_capybara - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 if: github.event.pull_request.number != matrix.pr with: commit: ${{ matrix.head_sha }} @@ -1133,7 +1133,7 @@ jobs: # - If we run this on a non-main branch, we download from main with action-download-artifact. # - If we run this on the main branch, we have to download from this pipeline with download-artifact. - name: Download docs artifact (in PR) - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 if: github.ref_name != 'main' with: branch: main @@ -1150,7 +1150,7 @@ jobs: path: publishing_docs/ - name: Download capybara artifact (in PR) id: download_capybara - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 if: github.ref_name != 'main' with: commit: ${{ matrix.head_sha }}