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