File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 57
57
packages/utils/dist/all.css
58
58
59
59
- name : Upload themes
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
name : themes
63
63
path : themes.tar
Original file line number Diff line number Diff line change 48
48
run : npm ci --no-audit --no-fund
49
49
50
50
- name : Download artifacts
51
- uses : actions/download-artifact@v4.1.7
51
+ uses : actions/download-artifact@v4
52
52
with :
53
53
path : .tmp
54
54
62
62
run : tar -cf screenshots-${{ matrix.theme }}.tar tests/_output/${{ matrix.theme }}
63
63
64
64
- name : Upload screenshots
65
- uses : actions/upload-artifact@v3
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : screenshots-${{ matrix.theme }}
68
68
path : screenshots-${{ matrix.theme }}.tar
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
154
154
- name : Upload test pages
155
155
if : ${{ inputs.upload-policy != 'never' }}
156
- uses : actions/upload-artifact@v3
156
+ uses : actions/upload-artifact@v4
157
157
with :
158
158
name : test-pages
159
159
path : test-pages.tar
Original file line number Diff line number Diff line change 65
65
npm ci --no-audit --no-fund
66
66
67
67
- name : Download artifacts
68
- uses : actions/download-artifact@v4.1.7
68
+ uses : actions/download-artifact@v4
69
69
with :
70
70
path : .tmp
71
71
Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v4
43
43
44
44
- name : Download artifacts
45
- uses : actions/download-artifact@v4.1.7
45
+ uses : actions/download-artifact@v4
46
46
with :
47
47
path : .tmp
48
48
You can’t perform that action at this time.
0 commit comments