diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 78fc98f4a..8cb4f4d44 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -52,7 +52,7 @@ jobs: run: npx playwright test --config=playwright.config.ts - name: Upload tests results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results path: test-results/