Skip to content

Commit

Permalink
Use official download-artifact action.
Browse files Browse the repository at this point in the history
The official download-artifact action now supports retrieving artifacts
from a different workflow run.
  • Loading branch information
warwickmm committed Sep 7, 2024
1 parent b935dc4 commit 1732428
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1732428

Please sign in to comment.