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 5555 name : bundle_analysis.json
5656
5757 - name : Download base branch bundle stats
58- uses : dawidd6/action-download-artifact@v2
58+ uses : dawidd6/action-download-artifact@v6
5959 if : success() && github.event.number
6060 with :
6161 workflow : analyze.yml
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 github.event.workflow_run.conclusion == 'success' }}
1515 steps :
1616 - name : Download base branch bundle stats
17- uses : dawidd6/action-download-artifact@v2
17+ uses : dawidd6/action-download-artifact@v6
1818 with :
1919 workflow : analyze.yml
2020 run_id : ${{ github.event.workflow_run.id }}
2121 name : analysis_comment.txt
2222 path : analysis_comment.txt
2323
2424 - name : Download PR number
25- uses : dawidd6/action-download-artifact@v2
25+ uses : dawidd6/action-download-artifact@v6
2626 with :
2727 workflow : analyze.yml
2828 run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments