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 a46a604 commit ac8b31aCopy full SHA for ac8b31a
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
40
41
- name: Upload coverage data
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
43
with:
44
name: coverage-data-${{ matrix.python-version }}
45
include-hidden-files: true
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Upload HTML report
75
if: ${{ failure() }}
76
77
78
name: html-report
79
path: htmlcov
0 commit comments