Skip to content

Commit 5d02f11

Browse files
authored
Merge pull request #4706 from kubernetes-sigs/dependabot/github_actions/codecov/codecov-action-4.2.0
dependabot(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0
2 parents 9516d87 + 0010c4b commit 5d02f11

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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version: '1.21'
2525
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
26-
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
26+
- uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2929
with:

0 commit comments

Comments
 (0)