We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6da04 commit 530672aCopy full SHA for 530672a
finish/action.yml
@@ -18,10 +18,8 @@ runs:
18
using: composite
19
steps:
20
- name: Download PR artifact
21
- uses: dawidd6/action-download-artifact@v2
+ uses: actions/download-artifact@v3
22
with:
23
- workflow: ${{ env.WORKFLOW_ID == '' && github.event.workflow_run.workflow_id || env.WORKFLOW_ID }}
24
- workflow_conclusion: ${{ env.WORKFLOW_CONCLUSION }}
25
name: pr
26
27
- name: Load the PR ID
0 commit comments