diff --git a/.github/workflows/chromatic-playwright.yml b/.github/workflows/chromatic-playwright.yml index ab3ce9ee..1cfe72e4 100644 --- a/.github/workflows/chromatic-playwright.yml +++ b/.github/workflows/chromatic-playwright.yml @@ -23,7 +23,7 @@ jobs: run: npx playwright test --update-snapshots env: HOME: /root - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: # Chromatic automatically defaults to the test-results directory.