Skip to content

Commit 1c7fb48

Browse files
ci(deps): bump codecov/codecov-action from 4 to 6 (#5)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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 5ed6650 commit 1c7fb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
3636
- name: upload coverage
3737
if: matrix.os == 'ubuntu-latest' && matrix.go == 'stable'
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v6
3939
with:
4040
files: coverage.out
4141
flags: unittests

0 commit comments

Comments
 (0)