Skip to content

Commit bc22527

Browse files
authored
Merge pull request #94 from shogo82148/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents bb0940e + 174c1da commit bc22527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
flag-name: ${{ matrix.os }}-Go-${{ matrix.go }}
5151

5252
- name: Send coverage to codecov.io
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v4
5454
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5556
env_vars: OS,GO
5657
root_dir: .
5758
env:

0 commit comments

Comments
 (0)