From 17aade09347e7dd54218a71693690e206c7c821f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:22:37 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to d00351b 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 e24a0a159..90613f1ed 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -207,13 +207,13 @@ jobs: TURBO_TEAM: ${{ vars.TURBO_TEAM }} CYPRESS_CONTAINER_ID: ${{ matrix.containers }} - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # master + - uses: actions/upload-artifact@d00351bf698398c17253d21cf8f90e57a344e14b # master if: always() with: name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # master + - uses: actions/upload-artifact@d00351bf698398c17253d21cf8f90e57a344e14b # master if: always() with: name: screenshots-${{ matrix.containers }}