diff --git a/.github/workflows/pull_request_comment.yml b/.github/workflows/pull_request_comment.yml index 6520612..e8e48e2 100644 --- a/.github/workflows/pull_request_comment.yml +++ b/.github/workflows/pull_request_comment.yml @@ -18,9 +18,10 @@ jobs: steps: - name: Download artifacts - uses: dawidd6/action-download-artifact@v3 + uses: actions/download-artifact@v4 with: - run_id: ${{ github.event.workflow_run.id }} + github-token: ${{ github.token }} + run-id: ${{ github.event.workflow_run.id }} - name: Read pull request number id: pull_request_number_reader