Skip to content

Commit a1e5552

Browse files
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.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@v5.4.3...v5.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6e2d81 commit a1e5552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Generate coverage report
104104
run: |
105105
go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=20m
106-
- uses: codecov/codecov-action@v5.4.3
106+
- uses: codecov/codecov-action@v5.5.0
107107
with:
108108
files: ./coverage.out
109109
flags: unit-tests

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Test - Race
9090
run: make test-using-race-detector
9191

92-
- uses: codecov/codecov-action@v5.4.3
92+
- uses: codecov/codecov-action@v5.5.0
9393
with:
9494
if_ci_failed: success
9595
informational: true

0 commit comments

Comments
 (0)