From 986d9aa4d609692e68cae57db3b79af3f434d70b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:35:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 5076954 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 df3f6d750..4d275a827 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # master + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master if: always() with: name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # master + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # master if: always() with: name: screenshots-${{ matrix.containers }}