diff --git a/.github/workflows/e2e_test_reusable.yml b/.github/workflows/e2e_test_reusable.yml index 4ea6b5e4da..1c5353acce 100644 --- a/.github/workflows/e2e_test_reusable.yml +++ b/.github/workflows/e2e_test_reusable.yml @@ -69,7 +69,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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: path: frontend/cypress/${{ steps.get-filename.outputs.TEST_FILE }}/screenshots # Update this path based on your project structure name: cypress-screenshots @@ -84,7 +84,7 @@ jobs: # Upload logs as artifact - name: Upload logs as artifact if: always() # Ensure this runs, even if E2E fails - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: # Set the path to the log file path: full-stack-logs-${{ steps.get-filename.outputs.TEST_FILE }}.log