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:
Akhil Mohan 2024-01-16 18:30:18 +05:30
parent f1e6cc3784
commit 20619a7c9f
No known key found for this signature in database
GPG Key ID: CE237415BA2A2E78

View File

@ -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