Skip to content

Commit 5fe0662

Browse files
authored
Merge pull request #450 from goplus/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 4616789 + ba335d3 commit 5fe0662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
2929

3030
- name: Codecov
31-
uses: codecov/codecov-action@v4
31+
uses: codecov/codecov-action@v5
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)