We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1460e7 + a1f1096 commit 39f3b94Copy full SHA for 39f3b94
1 file changed
.github/workflows/tests.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Store coverage file
100
if: ${{ !cancelled() && !matrix.skip-coverage }}
101
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
102
with:
103
name: coverage-${{ matrix.python-version }}-${{ matrix.tox-env }}
104
path: .coverage-job-*
@@ -153,7 +153,7 @@ jobs:
153
154
- name: Upload HTML report on failure
155
if: ${{ failure() }}
156
157
158
name: html-report
159
path: htmlcov
0 commit comments