diff --git a/.github/workflows/unit_test_reusable.yml b/.github/workflows/unit_test_reusable.yml index bc97dbdf07..f3dcc6d8c6 100644 --- a/.github/workflows/unit_test_reusable.yml +++ b/.github/workflows/unit_test_reusable.yml @@ -68,7 +68,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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 with: path: frontend/cypress/screenshots # Update this path based on your project structure name: cypress-screenshots @@ -83,7 +83,7 @@ jobs: # Upload logs as artifact - name: Upload logs as artifact if: always() # Ensure this runs, even if E2E fails - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 with: # Set the path to the log file path: full-stack-logs.log