revert to v3

This commit is contained in:
leehk 2025-04-21 12:07:12 +08:00
parent 0ba26d35f1
commit bb5c7505f1

View File

@ -84,13 +84,13 @@ jobs:
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v3
with:
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
fail_ci_if_error: true
flags: unittests
name: codecov-coverage
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}