We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac54ad commit 2a4d488Copy full SHA for 2a4d488
1 file changed
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
run: ls -lah
71
- uses: actions/upload-artifact@v4
72
with:
73
- name: coverage
+ name: coverage-${{ matrix.python-version }}
74
include-hidden-files: true
75
if-no-files-found: error
76
path: ".coverage"
@@ -91,7 +91,7 @@ jobs:
91
92
- uses: actions/download-artifact@v4
93
94
+ name: coverage-3.12
95
path: .
96
97
- name: Debug downloaded artifact
0 commit comments