From 52944840c16723be429f4c7966c4e80906d539f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:44:23 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 834a144 Signed-off-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 b89991f80..3021132b0 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@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 # master + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # master if: always() with: name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - - uses: actions/upload-artifact@4c0ff1c489dca52fedb26375d7d8fe7bd9233f19 # master + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # master if: always() with: name: screenshots-${{ matrix.containers }}