diff --git a/.github/workflows/grove.yml b/.github/workflows/grove.yml index 916c6c42..9415f282 100644 --- a/.github/workflows/grove.yml +++ b/.github/workflows/grove.yml @@ -59,7 +59,7 @@ jobs: - name: Download toolchain for this commit if: ${{ steps.should-run.outputs.should-run == 'true' }} id: download-toolchain - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v21 with: commit: ${{ steps.workflow-info.outputs.sourceHeadSha }} workflow: ci.yml diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index a2eb7343..f22ea129 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -34,7 +34,7 @@ jobs: - name: Download artifact from the previous workflow. if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }} id: download-artifact - uses: dawidd6/action-download-artifact@v11 # https://github.com/marketplace/actions/download-workflow-artifact + uses: dawidd6/action-download-artifact@v21 # https://github.com/marketplace/actions/download-workflow-artifact with: run_id: ${{ github.event.workflow_run.id }} path: artifacts