diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2ec6e14e6..12348976b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,8 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 + # Run even if a previous step fails: if: always() with: name: report