From 1071e4616c3beee4622ff189552eaa32d08342f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:27:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 1eb3cb2 --- .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 d84e86e8..cd5f33c4 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 if: failure() with: name: playwright-test-results