diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58cae321..c72816af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -163,7 +163,7 @@ jobs: - name: Send coverage report to Codecov if: ${{ success() && matrix.coverage == true }} - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: files: ./build/logs/clover.xml fail_ci_if_error: true