Skip to content

Commit

Permalink
Use distinct name for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 20, 2024
1 parent 3867507 commit fa27ce2
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 @@ -75,7 +75,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: junit-xml
name: junit-xml-${{ matrix.python }}-${{ matrix.os }}
path: junit-xml
retention-days: 30

Expand Down

0 comments on commit fa27ce2

Please sign in to comment.