We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790e194 commit 77e3054Copy full SHA for 77e3054
1 file changed
.github/workflows/playwright.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pnpm exec playwright install --with-deps chromium
25
- name: Run Playwright tests
26
run: pnpm exec playwright test
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
28
if: always()
29
with:
30
name: playwright-report
0 commit comments