Skip to content

Commit

Permalink
Merge pull request containerd#9645 from akhilerm/migrate-artifact-act…
Browse files Browse the repository at this point in the history
…ion-v4

ci: make artifact name unique in linux integration
  • Loading branch information
dmcgowan authored Jan 16, 2024
2 parents 5226864 + 20619a7 commit 0736233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0736233

Please sign in to comment.