Skip to content

Commit 81cd605

Browse files
chore(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.0 (#1701)
1 parent 7c68518 commit 81cd605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run Go tests
5858
run: go test -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
5959
- name: Upload Coverage Report
60-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
60+
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
6161
with:
6262
env_vars: OS
6363
- name: Run Go tests w/ `-race`

0 commit comments

Comments
 (0)