File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18569,7 +18569,7 @@ tsconfig.json
185691856953: pnpm exec pa11y --config .pa11y.json http://localhost:3000/kontakt > pa11y-reports/kontakt.txt || true
185701857054: - name: Upload pa11y results
185711857155: if: always()
18572- 56: uses: actions/upload-artifact@v4
18572+ 56: uses: actions/upload-artifact@v5
185731857357: with:
185741857458: name: pa11y-reports
185751857559: path: pa11y-reports/
@@ -18615,7 +18615,7 @@ tsconfig.json
186151861530: npx wait-on http://localhost:3000
186161861631: - name: Run Playwright tests
186171861732: run: pnpm exec playwright test
18618- 33: - uses: actions/upload-artifact@v4
18618+ 33: - uses: actions/upload-artifact@v5
186191861934: if: always()
186201862035: with:
186211862136: name: playwright-report
You can’t perform that action at this time.
0 commit comments