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 6fca6b3 commit ca70b87Copy full SHA for ca70b87
.github/workflows/playwright.yml
@@ -19,7 +19,7 @@ jobs:
19
run: npx playwright install --with-deps
20
- name: Run Playwright tests
21
run: npx playwright test
22
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
23
if: ${{ !cancelled() }}
24
with:
25
name: playwright-report
0 commit comments