Skip to content

Commit

Permalink
Merge pull request #263 from douyu/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
sysulq authored Sep 18, 2023
2 parents 4ed1fd3 + 0f4a653 commit f3e86da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
make e2e-test
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.txt, ./tests/e2e/coverage.txt

0 comments on commit f3e86da

Please sign in to comment.