We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3867507 commit fa27ce2Copy full SHA for fa27ce2
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: actions/upload-artifact@v4
76
if: always()
77
with:
78
- name: junit-xml
+ name: junit-xml-${{ matrix.python }}-${{ matrix.os }}
79
path: junit-xml
80
retention-days: 30
81
0 commit comments