diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b78895..ee4ceb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: npx playwright install --with-deps chromium - name: Run Playwright e2e tests run: pnpm test:e2e - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ !cancelled() }} with: name: playwright-report @@ -116,13 +116,13 @@ jobs: run: pnpm run test:visual - name: Upload Playwright HTML report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-visual-report path: playwright-report - name: Upload Playwright test-results (on failure) if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playwright-test-results path: test-results