From 5ef89072c294accf076b3fb41f1a6d09e6c2faec Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 14:22:07 +0800 Subject: [PATCH] v5 --- .github/workflows/template_unit_pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index e5dbc1b..81344d1 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -84,10 +84,9 @@ jobs: path: ${{ env.TESTS_COVERAGE_REPORT_PATH }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - version: "v0.1.15" files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} fail_ci_if_error: true