From 0217f68fc76f63ee422c3671b50cc72c7080c8af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:46:46 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 3eadd8b 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 dd3d5d3ac..9f053094e 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master + - uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master if: always() with: name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master + - uses: actions/upload-artifact@3eadd8b791cabf7cd572f194da82158c24125bd8 # master if: always() with: name: screenshots-${{ matrix.containers }}