We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad5ba4 commit f8c2d99Copy full SHA for f8c2d99
.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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
132
with:
133
name: _html-report
134
path: htmlcov
0 commit comments