File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ jobs:
160
160
- uses : actions/checkout@v3
161
161
162
162
- name : Download Artifact
163
- uses : actions/download-artifact@v3
163
+ uses : actions/download-artifact@v4
164
164
with :
165
165
name : build
166
166
path : ext
167
167
168
168
- name : Download Artifact
169
- uses : actions/download-artifact@v3
169
+ uses : actions/download-artifact@v4
170
170
with :
171
171
name : installable
172
172
path : ext
@@ -290,21 +290,21 @@ jobs:
290
290
291
291
# Retrieve the non-CRX MV3 zip to be uploaded to CWS
292
292
- name : Download Artifact (Build)
293
- uses : actions/download-artifact@v3
293
+ uses : actions/download-artifact@v4
294
294
with :
295
295
name : build
296
296
path : ext
297
297
298
298
- name : Download Artifact (Installable)
299
- uses : actions/download-artifact@v3
299
+ uses : actions/download-artifact@v4
300
300
with :
301
301
name : installable
302
302
path : ext
303
303
304
304
# Get the XPI File for Firefox
305
305
# It will be uploaded to AMO
306
306
- name : Download Manifest
307
- uses : actions/download-artifact@v3
307
+ uses : actions/download-artifact@v4
308
308
with :
309
309
name : manifest
310
310
path : manifest
You can’t perform that action at this time.
0 commit comments