diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 471f4f05..cba51057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: run: npm run test:smoke -w tests/e2e - name: Upload Playwright report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: playwright-report