Skip to content

Commit 5a6ee9e

Browse files
Bump codecov/codecov-action from 4.1.0 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.5.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@v4.1.0...v4.5.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 93a7c2c commit 5a6ee9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make unit-ci
3939

4040
- name: Report coverage
41-
uses: codecov/codecov-action@v4.1.0
41+
uses: codecov/codecov-action@v4.5.0
4242

4343
controller-image:
4444
runs-on: ubuntu-latest

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Run tests
1818
run: make unit-ci
1919
- name: Report coverage
20-
uses: codecov/codecov-action@v4.1.0
20+
uses: codecov/codecov-action@v4.5.0

0 commit comments

Comments
 (0)