diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82a34d1..a861ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: npm run test:regression:all - name: Upload E2E test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 if: always() with: name: playwright-report diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7bfc10f..96bd38f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,7 +25,7 @@ jobs: run: | cd frontend npx playwright test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report