Skip to content

Commit 1c98c52

Browse files
committed
Bump download-artifact
1 parent 9a3d1c6 commit 1c98c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
yarn --frozen-lockfile
110110
yarn install-addons
111-
- uses: actions/download-artifact@v3
111+
- uses: actions/download-artifact@v4
112112
with:
113113
name: build-artifacts
114114
- name: Unzip artifacts
@@ -150,7 +150,7 @@ jobs:
150150
with:
151151
token: ${{ secrets.GITHUB_TOKEN }}
152152
job: build
153-
- uses: actions/download-artifact@v3
153+
- uses: actions/download-artifact@v4
154154
with:
155155
name: build-artifacts
156156
- name: Unzip artifacts
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
token: ${{ secrets.GITHUB_TOKEN }}
193193
job: build
194-
- uses: actions/download-artifact@v3
194+
- uses: actions/download-artifact@v4
195195
with:
196196
name: build-artifacts
197197
- name: Unzip artifacts
@@ -249,7 +249,7 @@ jobs:
249249
yarn install-addons
250250
- name: Install playwright
251251
run: npx playwright install
252-
- uses: actions/download-artifact@v3
252+
- uses: actions/download-artifact@v4
253253
with:
254254
name: build-artifacts
255255
- name: Unzip artifacts

0 commit comments

Comments
 (0)