diff --git a/.github/workflows/post-build-raw.yml b/.github/workflows/post-build-raw.yml index c3ea9a8759a..9b29db19ced 100644 --- a/.github/workflows/post-build-raw.yml +++ b/.github/workflows/post-build-raw.yml @@ -21,7 +21,7 @@ jobs: continue-on-error: false timeout-minutes: ${{ inputs.timeout-minutes }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: . name: ${{ inputs.os }}-artifact diff --git a/.github/workflows/post-build-selective.yml b/.github/workflows/post-build-selective.yml index ee1adea57fb..f43fde27fe7 100644 --- a/.github/workflows/post-build-selective.yml +++ b/.github/workflows/post-build-selective.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: coursier/cache-action@v6 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: path: . name: ${{ inputs.os }}-artifact