From bb5c7505f1583f89b5db8604100655bfc745e75c Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 12:07:12 +0800 Subject: [PATCH] revert to v3 --- .github/workflows/template_unit_pytest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 3976008..5bf3912 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -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 }} +