Skip to content

Commit

Permalink
fix: downgraded to codecov/codecov-action@v4.0.0
Browse files Browse the repository at this point in the history
codecov/codecov-action@v4 is unstable.

Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high authored and imeoer committed Jun 4, 2024
1 parent 305a418 commit 13a9aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,14 @@ jobs:
name: contrib-test-coverage-artifact
- name: Upload coverage to Codecov
if: ${{ github.event_name == 'pull_request' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.0
with:
files: ./codecov.json,./coverage.txt
verbose: true
fail_ci_if_error: true
- name: Upload coverage to Codecov
if: ${{ (github.event_name == 'push'|| github.event_name == 'schedule') }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.0
with:
files: ./codecov.json,./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 13a9aa6

Please sign in to comment.