Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 7a033ce

Browse files
chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 (#1044)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.2...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6eef784 commit 7a033ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contains(github.event.commits[0].message, '[skip ci]') == false &&
2626
contains(github.event.commits[0].message, '[ci skip]') == false
2727
- name: 'Upload coverage reports to Codecov'
28-
uses: codecov/codecov-action@v5.1.2
28+
uses: codecov/codecov-action@v5.3.1
2929
with:
3030
fail_ci_if_error: false
3131
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)