We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf0a19 commit d7b085eCopy full SHA for d7b085e
.github/workflows/playwright.yml
@@ -19,7 +19,7 @@ jobs:
19
run: pnpm exec playwright install --with-deps
20
- name: Run Playwright tests
21
run: pnpm exec playwright test
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
if: always()
24
with:
25
name: playwright-report
0 commit comments