File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 65
65
- uses : actions/checkout@v4
66
66
67
67
- name : Setup cache for Chromium binary
68
- uses : actions/cache@v3
68
+ uses : actions/cache@v4
69
69
with :
70
70
path : ~/.cache/puppeteer
71
71
key : chromium-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 36
36
- run : pnpm run size
37
37
38
38
- name : Upload Size Data
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : size-data
42
42
path : temp/size
45
45
if : ${{github.event_name == 'pull_request'}}
46
46
run : echo ${{ github.event.number }} > ./pr.txt
47
47
48
- - uses : actions/upload-artifact@v3
48
+ - uses : actions/upload-artifact@v4
49
49
if : ${{github.event_name == 'pull_request'}}
50
50
with :
51
51
name : pr-number
Original file line number Diff line number Diff line change 36
36
run : pnpm install
37
37
38
38
- name : Download PR number
39
- uses : dawidd6/action-download-artifact@v2
39
+ uses : dawidd6/action-download-artifact@v3
40
40
with :
41
41
name : pr-number
42
42
run_id : ${{ github.event.workflow_run.id }}
@@ -48,14 +48,14 @@ jobs:
48
48
path : ./pr.txt
49
49
50
50
- name : Download Size Data
51
- uses : dawidd6/action-download-artifact@v2
51
+ uses : dawidd6/action-download-artifact@v3
52
52
with :
53
53
name : size-data
54
54
run_id : ${{ github.event.workflow_run.id }}
55
55
path : temp/size
56
56
57
57
- name : Download Previous Size Data
58
- uses : dawidd6/action-download-artifact@v2
58
+ uses : dawidd6/action-download-artifact@v3
59
59
with :
60
60
branch : main
61
61
workflow : size-data.yml
You can’t perform that action at this time.
0 commit comments