Merge pull request #9645 from akhilerm/migrate-artifact-action-v4
ci: make artifact name unique in linux integration
This commit is contained in:
commit
07362334f0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -569,7 +569,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}}
|
||||
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} ${{ matrix.os }}
|
||||
path: |
|
||||
*-junit.xml
|
||||
*-gotest.json
|
||||
|
Loading…
Reference in New Issue
Block a user