diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cdf49dc7e..0d0e22b7db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: pnpm exec playwright install --with-deps - name: run e2e run: pnpm run test:e2e - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report