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 a1f3928 commit dc00718Copy full SHA for dc00718
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Run tests
61
run: "python -Im nox --non-interactive --error-on-external-run --tag tests --python ${{ matrix.python-version }}"
62
- name: Upload coverage data
63
- uses: PaloAltoNetworks/upload-secure-artifact@v1.0.5
+ uses: actions/upload-artifact@v4
64
with:
65
name: coverage-data-${{ matrix.python-version }}
66
path: .coverage.*
@@ -99,7 +99,7 @@ jobs:
99
coverage report --fail-under=100
100
101
- name: Upload HTML report if check failed.
102
103
104
name: html-report
105
path: htmlcov
0 commit comments