From caa91b38fbdcccc284ccce503fd8b1cbdda27a53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:51:15 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 6f51ac0 (#3237) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e_test_reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_test_reusable.yml b/.github/workflows/e2e_test_reusable.yml index 2b66b60447..35f1706b8f 100644 --- a/.github/workflows/e2e_test_reusable.yml +++ b/.github/workflows/e2e_test_reusable.yml @@ -70,7 +70,7 @@ jobs: # Upload Cypress screenshots as artifact if a test fails - name: Upload screenshots if failure if: failure() # This step will run only if the previous step fails - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: path: frontend/cypress/${{ steps.get-filename.outputs.TEST_FILE }}/screenshots # Update this path based on your project structure name: cypress-screenshots @@ -85,7 +85,7 @@ jobs: # Upload logs as artifact - name: Upload logs as artifact if: always() # Ensure this runs, even if E2E fails - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 with: # Set the path to the log file path: full-stack-logs-${{ steps.get-filename.outputs.TEST_FILE }}.log