File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 github.event.workflow_run.conclusion == 'success'
1717 steps :
1818 - name : download pr artifact
19- uses : dawidd6/action-download-artifact@v2
19+ uses : dawidd6/action-download-artifact@v20
2020 with :
2121 workflow : ${{ github.event.workflow_run.workflow_id }}
2222 name : pr
2626 run : echo "::set-output name=id::$(<pr-id.txt)"
2727
2828 - name : download analysis comment
29- uses : dawidd6/action-download-artifact@v2
29+ uses : dawidd6/action-download-artifact@v20
3030 with :
3131 workflow : ${{ github.event.workflow_run.workflow_id }}
3232 name : analysis_comment
Original file line number Diff line number Diff line change 6565 path : .next/analyze/__bundle_analysis.json
6666
6767 - name : Download base branch bundle stats
68- uses : dawidd6/action-download-artifact@v2
68+ uses : dawidd6/action-download-artifact@v20
6969 if : success() && github.event.number
7070 with :
7171 workflow : nextjs_bundle_analysis.yml
You can’t perform that action at this time.
0 commit comments