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.
2 parents f7af65c + f63ddb9 commit 9da213bCopy full SHA for 9da213b
1 file changed
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
pytest tests/ -v --cov=. --cov-report=term-missing --cov-report=xml --cov-report=html
39
40
- name: Upload coverage reports
41
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
42
if: matrix.python-version == '3.9'
43
with:
44
name: coverage-reports
0 commit comments