diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cd5f33c4..5e200735 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -58,7 +58,7 @@ jobs: WP_VERSION: ${{ matrix.wordpress }} - name: Upload test results - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 if: failure() with: name: playwright-test-results @@ -99,7 +99,7 @@ jobs: WP_VERSION: php8.0 - name: Upload test results - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 if: failure() with: name: playwright-test-results