Skip to content

Commit b2e43ed

Browse files
authoredMar 4, 2025··
ci: artifact-download v4 (#1131)
1 parent ea6f911 commit b2e43ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ jobs:
160160
- uses: actions/checkout@v3
161161

162162
- name: Download Artifact
163-
uses: actions/download-artifact@v3
163+
uses: actions/download-artifact@v4
164164
with:
165165
name: build
166166
path: ext
167167

168168
- name: Download Artifact
169-
uses: actions/download-artifact@v3
169+
uses: actions/download-artifact@v4
170170
with:
171171
name: installable
172172
path: ext
@@ -290,21 +290,21 @@ jobs:
290290

291291
# Retrieve the non-CRX MV3 zip to be uploaded to CWS
292292
- name: Download Artifact (Build)
293-
uses: actions/download-artifact@v3
293+
uses: actions/download-artifact@v4
294294
with:
295295
name: build
296296
path: ext
297297

298298
- name: Download Artifact (Installable)
299-
uses: actions/download-artifact@v3
299+
uses: actions/download-artifact@v4
300300
with:
301301
name: installable
302302
path: ext
303303

304304
# Get the XPI File for Firefox
305305
# It will be uploaded to AMO
306306
- name: Download Manifest
307-
uses: actions/download-artifact@v3
307+
uses: actions/download-artifact@v4
308308
with:
309309
name: manifest
310310
path: manifest

0 commit comments

Comments
 (0)
Please sign in to comment.