From 6c6ffb3a69b74eb0e80b2a3aacbd8e77d5b83ad1 Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 12:38:25 +0800 Subject: [PATCH] v4 --- .github/workflows/template_unit_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 2bf8b06..a2e8c05 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -85,7 +85,7 @@ jobs: - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} fail_ci_if_error: true