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 a78aeb0 + c7768f7 commit 5b819f7Copy full SHA for 5b819f7
.github/workflows/tests.yaml
@@ -57,7 +57,7 @@ jobs:
57
58
# Upload coverage data from this matrix job
59
- name: Upload coverage data
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
61
with:
62
name: coverage-data-${{ matrix.os }}-${{ matrix.python-config.tox-env }}
63
path: .coverage.*
@@ -114,7 +114,7 @@ jobs:
114
115
# Upload HTML coverage report as artifact for debugging
116
- name: Upload HTML coverage report
117
118
119
name: html-coverage-report
120
path: htmlcov/
0 commit comments