Skip to content

Commit 8ccef79

Browse files
authored
Merge pull request #429 from kubernetes-sigs/dependabot/github_actions/all-github-actions-25b98424b1
Bump codecov/codecov-action from 4.5.0 to 5.4.0 in the all-github-actions group
2 parents 4ba6065 + bd1854e commit 8ccef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Run go test with coverage
1919
run: COVER_PROFILE=coverage.txt make test
2020
- name: Codecov upload
21-
uses: codecov/codecov-action@v4.5.0
21+
uses: codecov/codecov-action@v5.4.0
2222
with:
2323
files: ./cover.out

0 commit comments

Comments
 (0)