Skip to content

Commit 533115d

Browse files
build(deps): bump codecov/codecov-action from 3.1.1 to 5.5.2 (#1714)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 5.5.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@d9f34f8...671740a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d7bc9b commit 533115d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: code-coverage-report
5151
path: llvm-show/*
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
53+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
5454
with:
5555
files: lcov.info
5656
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)