We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff912a commit 9903bf0Copy full SHA for 9903bf0
.github/workflows/test.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Upload coverage results
81
uses: actions/upload-artifact@v4
82
with:
83
- name: code-coverage-${{ matrix.python-version }}
+ name: code-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.mark }}
84
path: reports/.coverage*
85
86
all_done:
@@ -115,7 +115,7 @@ jobs:
115
run: pip install -I -r requirements.txt -r requirements-test.txt
116
117
- name: Download all coverage reports
118
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
119
120
path: reports
121
0 commit comments