diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 04356a3f..36fbce1b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -68,7 +68,7 @@ jobs: env: PLAYWRIGHT_BASE_URL: 'http://127.0.0.1:8000' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: test-results