72
72
gzip build.tar
73
73
- name : Upload build archive
74
74
if : ${{ !cancelled() && steps.build.outcome == 'success' && steps.check-changed.outcome != 'success' }}
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : build.tar.gz
78
78
path : build.tar.gz
93
93
sudo apt-get update
94
94
sudo apt-get install google-chrome-stable
95
95
- name : Download build archive
96
- uses : actions/download-artifact@v3
96
+ uses : actions/download-artifact@v4
97
97
with :
98
98
name : build.tar.gz
99
99
- name : Unzip build artifact
@@ -121,7 +121,7 @@ jobs:
121
121
sudo apt-get update
122
122
sudo apt-get install google-chrome-stable
123
123
- name : Download build archive
124
- uses : actions/download-artifact@v3
124
+ uses : actions/download-artifact@v4
125
125
with :
126
126
name : build.tar.gz
127
127
- name : Unzip build artifact
@@ -151,7 +151,7 @@ jobs:
151
151
sudo apt-get update
152
152
sudo apt-get install google-chrome-stable
153
153
- name : Download build archive
154
- uses : actions/download-artifact@v3
154
+ uses : actions/download-artifact@v4
155
155
with :
156
156
name : build.tar.gz
157
157
- name : Unzip build artifact
@@ -180,7 +180,7 @@ jobs:
180
180
with :
181
181
node-version : 22.10.0
182
182
- name : Download build archive
183
- uses : actions/download-artifact@v3
183
+ uses : actions/download-artifact@v4
184
184
with :
185
185
name : build.tar.gz
186
186
- name : Unzip build artifact
@@ -204,7 +204,7 @@ jobs:
204
204
- name : install Firefox stable
205
205
run : npx @puppeteer/browsers install firefox@stable
206
206
- name : Download build archive
207
- uses : actions/download-artifact@v3
207
+ uses : actions/download-artifact@v4
208
208
with :
209
209
name : build.tar.gz
210
210
- name : Unzip build artifact
0 commit comments