diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad04dc..dd05696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: name: Playwright Results (${{ matrix.browser }}) path: reports/playwright-junit.xml reporter: java-junit - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report-${{ matrix.browser }}