Skip to content

Commit fa27ce2

Browse files
committed
Use distinct name for upload
1 parent 3867507 commit fa27ce2

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
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/upload-artifact@v4
7676
if: always()
7777
with:
78-
name: junit-xml
78+
name: junit-xml-${{ matrix.python }}-${{ matrix.os }}
7979
path: junit-xml
8080
retention-days: 30
8181

0 commit comments

Comments
 (0)