From b54a392ce0396eeb10f7d87c1ac6de06cf7d1388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:11:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 694cdab --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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