Skip to content

Commit 6b61671

Browse files
authored
Merge pull request #120 from goplus/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 1e140ed + f11522a commit 6b61671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: go test -v -coverprofile="coverage.txt" -covermode=atomic ./...
3636

3737
- name: Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@v5
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)