We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6932f00 commit 2ac3ab4Copy full SHA for 2ac3ab4
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: npx playwright install --with-deps
55
- name: Run Playwright tests
56
run: yarn test:e2e
57
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
58
if: always()
59
with:
60
name: playwright-report
0 commit comments