Skip to content

Commit 5236425

Browse files
authored
Merge pull request #3020 from kubernetes-sigs/dependabot/github_actions/codecov/codecov-action-3
dependabot(deps): bump codecov/codecov-action from 2 to 3
2 parents f2a4507 + af9714a commit 5236425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: '^1.19'
1414
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
15-
- uses: codecov/codecov-action@v2
15+
- uses: codecov/codecov-action@v3
1616
with:
1717
file: ./coverage.out
1818
fail_ci_if_error: true

0 commit comments

Comments
 (0)