Skip to content

Commit 3f780ec

Browse files
committed
Fix CI: Add os to artifact names
1 parent 7751b35 commit 3f780ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
- name: Store coverage text results
5252
uses: actions/upload-artifact@v6
5353
with:
54-
name: coverage-text-${{ matrix.python-version }}
54+
name: coverage-text-${{ matrix.os }}-py${{ matrix.python-version }}
5555
path: coverage.txt
5656
- name: Store coverage HTML results
5757
uses: actions/upload-artifact@v6
5858
with:
59-
name: coverage-html-${{ matrix.python-version }}
59+
name: coverage-html-${{ matrix.os }}-py${{ matrix.python-version }}
6060
path: htmlcov/*
6161

6262
static_type_check:

0 commit comments

Comments
 (0)