We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c62250 commit 087b7ecCopy full SHA for 087b7ec
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
run: python -m coverage html
129
if: ${{ failure() && steps.combinecoverage.outcome == 'failure' }}
130
- name: Upload HTML report.
131
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
132
with:
133
name: _html-report
134
path: htmlcov
0 commit comments