Skip to content

Commit aba121e

Browse files
dependabot[bot]vrubezhny
authored andcommitted
Bump codecov/codecov-action from 5.0.7 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.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@015f24e...7f8b4b4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7dd9cd commit aba121e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
# Upload coverage to codecov.io
102102
- name: Codecov
103-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a #v5.0.7
103+
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e #v5.1.1
104104
if: (success() || failure()) && runner.os == 'Linux'
105105
with:
106106
files: ./coverage/unit/coverage-final.json,./coverage/integration/coverage-final.json

0 commit comments

Comments
 (0)