Skip to content

Commit 9903bf0

Browse files
committed
Update test.yml
1 parent 4ff912a commit 9903bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Upload coverage results
8181
uses: actions/upload-artifact@v4
8282
with:
83-
name: code-coverage-${{ matrix.python-version }}
83+
name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
8484
path: reports/.coverage*
8585

8686
all_done:
@@ -115,7 +115,7 @@ jobs:
115115
run: pip install -I -r requirements.txt -r requirements-test.txt
116116

117117
- name: Download all coverage reports
118-
uses: actions/download-artifact@v3
118+
uses: actions/download-artifact@v4
119119
with:
120120
path: reports
121121

0 commit comments

Comments
 (0)