diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 8401d781a210..45b70bbbaed6 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@v2 # https://github.com/marketplace/actions/download-workflow-artifact + uses: dawidd6/action-download-artifact@v6 # https://github.com/marketplace/actions/download-workflow-artifact with: run_id: ${{ github.event.workflow_run.id }} path: artifacts