diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a103122..b987955 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: run: pnpm exec playwright install --with-deps chromium - name: E2E (public app, DB-less fallback) run: pnpm test:e2e - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: playwright-report