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 eae3365 commit 103d739Copy full SHA for 103d739
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
43
44
- name: Upload coverage data
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
46
with:
47
name: coverage-data-${{ matrix.python-version }}
48
include-hidden-files: true
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Upload HTML report
78
if: ${{ failure() }}
79
80
81
name: html-report
82
path: htmlcov
0 commit comments