Skip to content

Commit 5fd2e79

Browse files
docs: update repository context via Repomix [skip ci]
1 parent d793f4e commit 5fd2e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DOCS/repository_context.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18569,7 +18569,7 @@ tsconfig.json
1856918569
53: pnpm exec pa11y --config .pa11y.json http://localhost:3000/kontakt > pa11y-reports/kontakt.txt || true
1857018570
54: - name: Upload pa11y results
1857118571
55: if: always()
18572-
56: uses: actions/upload-artifact@v4
18572+
56: uses: actions/upload-artifact@v5
1857318573
57: with:
1857418574
58: name: pa11y-reports
1857518575
59: path: pa11y-reports/
@@ -18615,7 +18615,7 @@ tsconfig.json
1861518615
30: npx wait-on http://localhost:3000
1861618616
31: - name: Run Playwright tests
1861718617
32: run: pnpm exec playwright test
18618-
33: - uses: actions/upload-artifact@v4
18618+
33: - uses: actions/upload-artifact@v5
1861918619
34: if: always()
1862018620
35: with:
1862118621
36: name: playwright-report

0 commit comments

Comments
 (0)