Skip to content

Commit 83b3226

Browse files
chore(deps): bump codecov/codecov-action from 3 to 4 (#216)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e80a8e9 commit 83b3226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
go mod download && go mod tidy && make generate
5252
git diff --exit-code -- .
5353
- run: make test
54-
- uses: codecov/codecov-action@v3
54+
- uses: codecov/codecov-action@v4
5555
with:
5656
file: ./coverage.out

0 commit comments

Comments
 (0)