Skip to content

Commit 087b7ec

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...604373d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c62250 commit 087b7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: python -m coverage html
129129
if: ${{ failure() && steps.combinecoverage.outcome == 'failure' }}
130130
- name: Upload HTML report.
131-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
131+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
132132
with:
133133
name: _html-report
134134
path: htmlcov

0 commit comments

Comments
 (0)