diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0aa2cc..296bfa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - run: npm ci - run: npx playwright install --with-deps chromium - run: npx playwright test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: failure() with: name: playwright-results