Skip to content

Commit 0736233

Browse files
authored
Merge pull request containerd#9645 from akhilerm/migrate-artifact-action-v4
ci: make artifact name unique in linux integration
2 parents 5226864 + 20619a7 commit 0736233

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)