Skip to content

Commit 538ff28

Browse files
ci/cd(deps): bump codecov/codecov-action from 3.1.4 to 5.2.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 5.2.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.4...v5.2.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efe80d1 commit 538ff28

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
@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/[email protected]
115115
with: { name: code-coverage-report }
116116
- name: Send code coverage report to Codecov (codecov.io)
117-
uses: codecov/codecov-action@v3.1.4
117+
uses: codecov/codecov-action@v5.2.0
118118
with: { files: c.out }
119119

120120
notify:

0 commit comments

Comments
 (0)