File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1313 steps :
1414 - name : download pr artifact
15- uses : dawidd6/action-download-artifact@v12
15+ uses : dawidd6/action-download-artifact@v15
1616 with :
1717 workflow : ${{ github.event.workflow_run.workflow_id }}
1818 name : pr
2727 run : echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT
2828
2929 - name : download dist artifact
30- uses : dawidd6/action-download-artifact@v12
30+ uses : dawidd6/action-download-artifact@v15
3131 with :
3232 workflow : ${{ github.event.workflow_run.workflow_id }}
3333 workflow_conclusion : success
6868 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
6969 steps :
7070 - name : download pr artifact
71- uses : dawidd6/action-download-artifact@v12
71+ uses : dawidd6/action-download-artifact@v15
7272 with :
7373 workflow : ${{ github.event.workflow_run.workflow_id }}
7474 name : pr
You can’t perform that action at this time.
0 commit comments