File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 if : github.event.workflow_run.conclusion == 'success'
1919 steps :
2020 - name : Download Release Info
21- uses : dawidd6/action-download-artifact@v20
21+ uses : dawidd6/action-download-artifact@v21
2222 with :
2323 run_id : ${{ github.event.workflow_run.id }}
2424 name : release-info
4343 issues : write
4444 steps :
4545 - name : Download and Extract Artifacts from build
46- uses : dawidd6/action-download-artifact@v20
46+ uses : dawidd6/action-download-artifact@v21
4747 with :
4848 run_id : ${{ github.event.workflow_run.id }}
4949 name : Signed
Original file line number Diff line number Diff line change 2222 steps :
2323 # Need to download from the associated workflow
2424 - name : Download and Extract Artifacts from build
25- uses : dawidd6/action-download-artifact@v20
25+ uses : dawidd6/action-download-artifact@v21
2626 with :
2727 run_id : ${{ github.event.workflow_run.id }}
2828 path : artifacts
You can’t perform that action at this time.
0 commit comments