File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
# run: cp -r assets _site/assets
35
35
36
36
- name : Publish built site
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : Built site ${{ github.run_number }}
40
40
path : ./_site
48
48
49
49
steps :
50
50
- name : Fetch built site
51
- uses : actions/download-artifact@v2
51
+ uses : actions/download-artifact@v4
52
52
with :
53
53
name : Built site ${{ github.run_number }}
54
54
path : ./_site
67
67
68
68
steps :
69
69
- name : Fetch built site
70
- uses : actions/download-artifact@v2
70
+ uses : actions/download-artifact@v4
71
71
with :
72
72
name : Built site ${{ github.run_number }}
73
73
path : ./_site
99
99
- name : Fetch repository for `lighthouserc.json`
100
100
uses : actions/checkout@v2
101
101
- name : Fetch built site
102
- uses : actions/download-artifact@v2
102
+ uses : actions/download-artifact@v4
103
103
with :
104
104
name : Built site ${{ github.run_number }}
105
105
path : ./_site
You can’t perform that action at this time.
0 commit comments