Skip to content

Commit e992cd7

Browse files
Merge pull request #18 from UnitVectorY-Labs/dependabot/github_actions/codecov/codecov-action-6.0.0
Bump codecov/codecov-action from 5.5.3 to 6.0.0
2 parents e7fe5ea + 37fe7cc commit e992cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
4545

4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
47+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)