Skip to content

Commit 3d57746

Browse files
Bump codecov/codecov-action from 5.4.3 to 5.5.0 (#497)
1 parent 01aee62 commit 3d57746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Test
5151
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
5252
- name: Upload codecoverage
53-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
53+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
5454
with:
5555
files: ./coverage.out
5656
verbose: true

0 commit comments

Comments
 (0)