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.
2 parents 9f57345 + a9fc8af commit d793f4eCopy full SHA for d793f4e
.github/workflows/pa11y.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Upload pa11y results
70
if: always()
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
72
with:
73
name: pa11y-reports
74
path: pa11y-reports/
.github/workflows/playwright.yml
@@ -30,7 +30,7 @@ jobs:
30
npx wait-on http://localhost:3000
31
- name: Run Playwright tests
32
run: pnpm exec playwright test
33
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
34
35
36
name: playwright-report
0 commit comments