Skip to content

Commit 74aa563

Browse files
committed
Add operating system to coverage artifact name.
1 parent 16a9b05 commit 74aa563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: always() && matrix.session == 'tests'
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: coverage-data-${{ matrix.python }}
102+
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
103103
path: ".coverage.*"
104104

105105
- name: Upload documentation

0 commit comments

Comments
 (0)