Skip to content

Commit b2cfc95

Browse files
committed
Update ci.yml
1 parent 550a962 commit b2cfc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Store coverage file
5454
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5555
with:
56-
name: coverage.${{ matrix.os }}.${{ matrix.py }}
57-
path: coverage.${{ matrix.os }}.${{ matrix.py }}
56+
name: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
57+
path: "coverage.${{ matrix.os }}.${{ matrix.py }}.${{matrix.async}}"
5858
if-no-files-found: error
5959

6060
coverage:

0 commit comments

Comments
 (0)