diff --git a/.github/workflows/workflow-playwright-test.yml b/.github/workflows/workflow-playwright-test.yml index df01b43b..1aef267f 100644 --- a/.github/workflows/workflow-playwright-test.yml +++ b/.github/workflows/workflow-playwright-test.yml @@ -29,7 +29,7 @@ jobs: - name: Run Playwright tests run: pnpm --filter frontend test:playwright - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report @@ -37,7 +37,7 @@ jobs: retention-days: 7 - name: Store artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: playwright-screenshots