File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
name : bundle_analysis.json
56
56
57
57
- name : Download base branch bundle stats
58
- uses : dawidd6/action-download-artifact@v2
58
+ uses : dawidd6/action-download-artifact@v6
59
59
if : success() && github.event.number
60
60
with :
61
61
workflow : analyze.yml
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
github.event.workflow_run.conclusion == 'success' }}
15
15
steps :
16
16
- name : Download base branch bundle stats
17
- uses : dawidd6/action-download-artifact@v2
17
+ uses : dawidd6/action-download-artifact@v6
18
18
with :
19
19
workflow : analyze.yml
20
20
run_id : ${{ github.event.workflow_run.id }}
21
21
name : analysis_comment.txt
22
22
path : analysis_comment.txt
23
23
24
24
- name : Download PR number
25
- uses : dawidd6/action-download-artifact@v2
25
+ uses : dawidd6/action-download-artifact@v6
26
26
with :
27
27
workflow : analyze.yml
28
28
run_id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments