File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 github.event.workflow_run.conclusion == 'success'
1515 steps :
1616 - name : download pr artifact
17- uses : dawidd6/action-download-artifact@v6
17+ uses : dawidd6/action-download-artifact@v19
1818 with :
1919 workflow : ${{ github.event.workflow_run.workflow_id }}
2020 run_id : ${{ github.event.workflow_run.id }}
2323 id : pr
2424 run : echo "id=$(<pr-id.txt)" >> $GITHUB_OUTPUT
2525 - name : download _site artifact
26- uses : dawidd6/action-download-artifact@v6
26+ uses : dawidd6/action-download-artifact@v19
2727 with :
2828 workflow : ${{ github.event.workflow_run.workflow_id }}
2929 run_id : ${{ github.event.workflow_run.id }}
7272 github.event.workflow_run.conclusion == 'failure'
7373 steps :
7474 - name : download pr artifact
75- uses : dawidd6/action-download-artifact@v6
75+ uses : dawidd6/action-download-artifact@v19
7676 with :
7777 workflow : ${{ github.event.workflow_run.workflow_id }}
7878 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments