ci: make artifact name unique in linux integration
actions/upload-artifact@v4 marks artifacts as immutable. Thus, tests which use matrix should have a unique artifact name while using upload-artifact github action Ref: https://github.com/actions/upload-artifact/releases/tag/v4.0.0 Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
parent
f1e6cc3784
commit
20619a7c9f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -569,7 +569,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}}
|
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} ${{ matrix.os }}
|
||||||
path: |
|
path: |
|
||||||
*-junit.xml
|
*-junit.xml
|
||||||
*-gotest.json
|
*-gotest.json
|
||||||
|
Loading…
Reference in New Issue
Block a user