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