From 0023e3f96c66ed9fafc32c987a424790a2a3ae3f Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 10:41:56 +0800 Subject: [PATCH] change report to latest --- .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 6980210..5549c5b 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -84,6 +84,6 @@ jobs: path: ${{ env.TESTS_COVERAGE_REPORT_PATH }} - name: Report Coverage - uses: codecov/report@v2 + uses: codecov/report@latest with: files: ${{ env.TESTS_COVERAGE_REPORT_PATH }} \ No newline at end of file