From 55acd214b7abf8b28de41e718be7b8f42dcfcf12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:32:55 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 184d73b (develop) (#5866) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index b521fb8e8..4f459b870 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -210,13 +210,13 @@ jobs: TURBO_TEAM: ${{ vars.TURBO_TEAM }} CYPRESS_CONTAINER_ID: ${{ matrix.containers }} - - uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master + - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # master if: always() with: name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - - uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master + - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # master if: always() with: name: screenshots-${{ matrix.containers }}