Skip to content

Commit 10dd9fd

Browse files
Bump codecov/codecov-action from 4.4.0 to 4.4.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1. - [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.4.0...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent caf47df commit 10dd9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: go.mod
3030
- run: go test ./... -short -v -coverprofile=./coverage.txt -race -vet=off
3131
- name: Upload coverage data
32-
uses: codecov/codecov-action@v4.4.0
32+
uses: codecov/codecov-action@v4.4.1
3333
with:
3434
file: ./coverage.txt
3535
fail_ci_if_error: true

0 commit comments

Comments
 (0)