Skip to content

Commit e3c2243

Browse files
authored
fix: update actions (#1834)
1 parent 45ddc7e commit e3c2243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quality.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Upload Playwright artifacts
4949
if: always()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: playwright-artifacts
5353
path: playwright-artifacts
@@ -177,7 +177,7 @@ jobs:
177177
git --work-tree=gh-pages checkout gh-pages -- .
178178
179179
- name: Download Playwright artifacts
180-
uses: actions/download-artifact@v3
180+
uses: actions/download-artifact@v4
181181
with:
182182
name: playwright-artifacts
183183
path: playwright-artifacts
@@ -219,7 +219,7 @@ jobs:
219219
fetch-depth: 0
220220

221221
- name: Download Playwright artifacts
222-
uses: actions/download-artifact@v3
222+
uses: actions/download-artifact@v4
223223
with:
224224
name: playwright-artifacts
225225
path: playwright-artifacts

0 commit comments

Comments
 (0)