Skip to content

Commit

Permalink
update finish action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed May 15, 2024
1 parent 6389536 commit d18e128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions finish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ runs:
using: composite
steps:
- name: Download PR artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr

- name: Load the PR ID
Expand Down

0 comments on commit d18e128

Please sign in to comment.