diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c0d9d871..55ebb09a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -180,7 +180,7 @@ jobs: CI: true # Upload test results on failure - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: failure() with: name: playwright-report @@ -188,7 +188,7 @@ jobs: retention-days: 30 # Upload test screenshots on failure - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: failure() with: name: test-results