diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b80f5a889..c4b830882 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -120,6 +120,7 @@ jobs: name: playwright-report path: ./frontend/e2e/test-results/ retention-days: 14 + overwrite: true - uses: actions/upload-artifact@v4 if: always()