Skip to content

Commit 20619a7

Browse files
committed
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 <[email protected]>
1 parent f1e6cc3 commit 20619a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ jobs:
569569
- uses: actions/upload-artifact@v3
570570
if: always()
571571
with:
572-
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}}
572+
name: TestResults ${{ matrix.runtime }} ${{matrix.runc}} ${{ matrix.os }}
573573
path: |
574574
*-junit.xml
575575
*-gotest.json

0 commit comments

Comments
 (0)