Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 6f51ac0 (#3237)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent e96b6ef commit caa91b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit caa91b3

Please sign in to comment.