Skip to content

Commit f8c2d99

Browse files
Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#1369)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@604373d...8448086) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bad5ba4 commit f8c2d99

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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
131+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
132132
with:
133133
name: _html-report
134134
path: htmlcov

0 commit comments

Comments
 (0)