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