File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 if : github.event.workflow_run.conclusion == 'success'
1818 steps :
1919 - name : Download Release Info
20- uses : dawidd6/action-download-artifact@v3
20+ uses : dawidd6/action-download-artifact@v6
2121 with :
2222 run_id : ${{ github.event.workflow_run.id }}
2323 name : release-info
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Download and Extract Artifacts from build
42- uses : dawidd6/action-download-artifact@v3
42+ uses : dawidd6/action-download-artifact@v6
4343 with :
4444 run_id : ${{ github.event.workflow_run.id }}
4545 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@v3
25+ uses : dawidd6/action-download-artifact@v6
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