Skip to content

Commit eb2f912

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#722)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a80712 commit eb2f912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go }}
2929
- run: go test -race -v -coverprofile=profile.cov -coverpkg=./pkg/... ./pkg/...
30-
- uses: codecov/codecov-action@v5.3.1
30+
- uses: codecov/codecov-action@v5.4.0
3131
with:
3232
file: ./profile.cov
3333
name: codecov-go

0 commit comments

Comments
 (0)