Skip to content

Commit

Permalink
Merge pull request #94 from shogo82148/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
shogo82148 committed Feb 2, 2024
2 parents bb0940e + 174c1da commit bc22527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
flag-name: ${{ matrix.os }}-Go-${{ matrix.go }}

- name: Send coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,GO
root_dir: .
env:
Expand Down

0 comments on commit bc22527

Please sign in to comment.