ci: tolerate artifact upload (#5969)

This commit is contained in:
Nguyen Ngoc Minh 2025-07-29 01:45:32 -07:00 committed by GitHub
parent 63cb4fbf3b
commit 210ace79d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,7 @@ jobs:
- name: Upload screen recordings - name: Upload screen recordings
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
continue-on-error: true
with: with:
name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }} name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }}
path: autoqa/recordings/ path: autoqa/recordings/
@ -292,6 +293,7 @@ jobs:
- name: Upload screen recordings - name: Upload screen recordings
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
continue-on-error: true
with: with:
name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }} name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }}
path: autoqa/recordings/ path: autoqa/recordings/
@ -451,6 +453,7 @@ jobs:
- name: Upload screen recordings - name: Upload screen recordings
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
continue-on-error: true
with: with:
name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }} name: ${{ inputs.is_nightly && 'jan-nightly' || 'jan' }}-recordings-${{ github.run_number }}-${{ runner.os }}
path: autoqa/recordings/ path: autoqa/recordings/