diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f69b33d..40ff173 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: - name: GitHub Pages subpath tests run: npx playwright test -c playwright.ghpages.config.ts - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report