We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ddc7e commit e3c2243Copy full SHA for e3c2243
.github/workflows/quality.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload Playwright artifacts
49
if: always()
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: playwright-artifacts
53
path: playwright-artifacts
@@ -177,7 +177,7 @@ jobs:
177
git --work-tree=gh-pages checkout gh-pages -- .
178
179
- name: Download Playwright artifacts
180
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
181
182
183
@@ -219,7 +219,7 @@ jobs:
219
fetch-depth: 0
220
221
222
223
224
225
0 commit comments