Skip to content

Commit

Permalink
Merge pull request #375 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/all-github-actions-a22372143e

Bump codecov/codecov-action from 4.4.1 to 4.5.0 in the all-github-actions group
  • Loading branch information
k8s-ci-robot authored Jun 18, 2024
2 parents 9a19e2e + 6d34c79 commit 79ac22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
files: ./cover.out

0 comments on commit 79ac22e

Please sign in to comment.