chore: Update upload-artifact version to v4

This commit is contained in:
Arpit Mohan 2025-01-09 23:36:36 +05:30 committed by GitHub
parent 6446f46ee6
commit ee51fbd1a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,11 +390,12 @@ jobs:
overwrite: true
# Upload the screenshots as artifacts if there's a failure
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots-${{ matrix.job }}
path: ${{ github.workspace }}/app/client/cypress/screenshots/
overwrite: true
- name: Collect CI container logs
if: failure()