Skip to content

Commit 07b1155

Browse files
committed
Use matrix name in coverage artifact
1 parent b2f2ccc commit 07b1155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
if: always()
5757
uses: actions/upload-artifact@v4
5858
with:
59-
name: coverage-test-code
59+
name: coverage-test-code-${{ matrix.os }}-${{ matrix.python_version }}
6060
path: /tmp/.coverage.*

0 commit comments

Comments
 (0)