diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index a121ecc46..991928d3c 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -69,7 +69,7 @@ jobs: - name: "[EXEC] Convert to XML coverage report" run: poetry run coverage xml - name: "[EXEC] Upload coverage to Codecov" - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v2.0.2 with: fail_ci_if_error: true flags: ${{ matrix.os }},py${{ matrix.python }}