diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49f4594a..7b378204f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: Unit Test UI run: pnpm run -C packages/ui test:ui - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report @@ -202,7 +202,7 @@ jobs: - name: Test Browser (playwright) run: pnpm run test:browser:playwright - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report-rolldown