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

Commit a1e09fb

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.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@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5b65a2 commit a1e09fb

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.3.1
28+
uses: codecov/codecov-action@v5.4.0
2929
with:
3030
fail_ci_if_error: false
3131
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)