diff --git a/.github/workflows/site-e2e.yml b/.github/workflows/site-e2e.yml index 7711da47..6f650fd5 100644 --- a/.github/workflows/site-e2e.yml +++ b/.github/workflows/site-e2e.yml @@ -48,7 +48,7 @@ jobs: run: npm run test:e2e - name: Upload Playwright report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report