39
39
- name : install Chrome stable
40
40
run : |
41
41
npx @puppeteer/browsers install chrome@stable
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : Set up Node (20)
44
- uses : actions/setup-node@v3
44
+ uses : actions/setup-node@v4
45
45
with :
46
46
node-version : 22.10.0
47
47
- name : Test setup and yarn install
57
57
gzip build.tar
58
58
- name : Upload build archive
59
59
if : ${{ !cancelled() }}
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
name : build.tar.gz
63
63
path : build.tar.gz
@@ -74,13 +74,13 @@ jobs:
74
74
run : |
75
75
npx @puppeteer/browsers install chrome@stable
76
76
- name : Download build archive
77
- uses : actions/download-artifact@v3
77
+ uses : actions/download-artifact@v4
78
78
with :
79
79
name : build.tar.gz
80
80
- name : Unzip build artifact
81
81
run : tar xf build.tar.gz
82
82
- name : Set up Node (20)
83
- uses : actions/setup-node@v3
83
+ uses : actions/setup-node@v4
84
84
with :
85
85
node-version : 22.10.0
86
86
- name : Test setup and yarn install
@@ -125,13 +125,13 @@ jobs:
125
125
run : |
126
126
echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE
127
127
- name : Download build archive
128
- uses : actions/download-artifact@v3
128
+ uses : actions/download-artifact@v4
129
129
with :
130
130
name : build.tar.gz
131
131
- name : Unzip build artifact
132
132
run : tar xf build.tar.gz
133
133
- name : Set up Node (20)
134
- uses : actions/setup-node@v3
134
+ uses : actions/setup-node@v4
135
135
with :
136
136
node-version : 22.10.0
137
137
- name : Test setup and yarn install
@@ -165,13 +165,13 @@ jobs:
165
165
run : |
166
166
npx @puppeteer/browsers install chrome@stable
167
167
- name : Download build archive
168
- uses : actions/download-artifact@v3
168
+ uses : actions/download-artifact@v4
169
169
with :
170
170
name : build.tar.gz
171
171
- name : Unzip build artifact
172
172
run : tar xf build.tar.gz
173
173
- name : Set up Node (20)
174
- uses : actions/setup-node@v3
174
+ uses : actions/setup-node@v4
175
175
with :
176
176
node-version : 22.10.0
177
177
- name : Test setup and yarn install
@@ -209,13 +209,13 @@ jobs:
209
209
run : |
210
210
npx @puppeteer/browsers install chrome@stable
211
211
- name : Download build archive
212
- uses : actions/download-artifact@v3
212
+ uses : actions/download-artifact@v4
213
213
with :
214
214
name : build.tar.gz
215
215
- name : Unzip build artifact
216
216
run : tar xf build.tar.gz
217
217
- name : Set up Node (20)
218
- uses : actions/setup-node@v3
218
+ uses : actions/setup-node@v4
219
219
with :
220
220
node-version : 22.10.0
221
221
- run : cp config/ci.config.json config/project.json
0 commit comments