Skip to content

Commit

Permalink
Merge pull request #2125 from kubernetes-client/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
k8s-ci-robot committed Oct 9, 2023
2 parents d5d835a + 3dbf195 commit c6acb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Upload coverage to Codecov
if: "matrix.use_coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
verbose: true

0 comments on commit c6acb1f

Please sign in to comment.