Skip to content

Commit

Permalink
fix codecov token settings
Browse files Browse the repository at this point in the history
  • Loading branch information
waynepeking348 authored and caohe committed Apr 23, 2024
1 parent 766cb63 commit 41dbbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fi
- name: Upload coverage to Codecov
if: ${{ (env.NEED_TO_CHECK == 'true') || (github.event_name != 'pull_request') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 41dbbfd

Please sign in to comment.