Skip to content

Commit

Permalink
upgrade codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonZhongZexin authored Aug 15, 2024
1 parent d1549c8 commit a39576b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ jobs:
- name: upload-coverage
if: runner.os == 'Linux'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
files: coverage.info
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a39576b

Please sign in to comment.