chore: Update upload-artifact version to v4
This commit is contained in:
parent
6446f46ee6
commit
ee51fbd1a6
3
.github/workflows/ci-test-custom-script.yml
vendored
3
.github/workflows/ci-test-custom-script.yml
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user