Skip to content

Commit 530672a

Browse files
committed
fix: bump up action-download-artifact to v6
1 parent 3a6da04 commit 530672a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

finish/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ runs:
1818
using: composite
1919
steps:
2020
- name: Download PR artifact
21-
uses: dawidd6/action-download-artifact@v2
21+
uses: actions/download-artifact@v3
2222
with:
23-
workflow: ${{ env.WORKFLOW_ID == '' && github.event.workflow_run.workflow_id || env.WORKFLOW_ID }}
24-
workflow_conclusion: ${{ env.WORKFLOW_CONCLUSION }}
2523
name: pr
2624

2725
- name: Load the PR ID

0 commit comments

Comments
 (0)