Skip to content

Commit d33767c

Browse files
Bump the development-dependencies group with 1 update
Bumps the development-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c877230 commit d33767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
4343

4444
- name: Upload coverage to codecov
45-
uses: codecov/codecov-action@v3
45+
uses: codecov/codecov-action@v4
4646
with:
4747
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
4848
flags: '${{ matrix.go_version }}'

0 commit comments

Comments
 (0)