We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1066 commit 2ef30ebCopy full SHA for 2ef30eb
.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