Skip to content

Commit

Permalink
action: bump codecov-action to v4
Browse files Browse the repository at this point in the history
To solve the problem of CI failure.

Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
  • Loading branch information
adamqqqplay authored and imeoer committed Apr 17, 2024
1 parent 1d16916 commit 4a16402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
with:
name: contrib-test-coverage-artifact
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./codecov.json,./coverage.txt
fail_ci_if_error: true
Expand Down

0 comments on commit 4a16402

Please sign in to comment.