File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- --build-property
37
37
- upload.maximum_size=1966080
38
38
39
- - uses : actions/upload-artifact@v2
39
+ - uses : actions/upload-artifact@v4
40
40
with :
41
41
name : sketches-reports
42
42
path : sketches-reports
49
49
steps :
50
50
# This step is needed to get the size data produced by the compile jobs
51
51
- name : Download sketches reports artifact
52
- uses : actions/download-artifact@v2
52
+ uses : actions/download-artifact@v4
53
53
with :
54
54
name : sketches-reports
55
55
path : sketches-reports
Original file line number Diff line number Diff line change 46
46
- name : Setup Pages
47
47
uses : actions/configure-pages@v3
48
48
- name : Upload artifact
49
- uses : actions/upload-pages-artifact@v1
49
+ uses : actions/upload-pages-artifact@v4
50
50
with :
51
51
path : " hardware-installer/dist"
52
52
- name : Deploy to GitHub Pages
53
53
id : deployment
54
- uses : actions/deploy-pages@v2
54
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments