From 137aa83bbf4efd6118a918978bd02762c7e598fb Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Mon, 8 Apr 2024 13:25:46 -0300 Subject: [PATCH] ci: upgrade codecov-action to v4 Also, set `fail_ci_if_error` to `false` to prevent the CI from failing in case the Codecov servers are unstable or down. Signed-off-by: Renato Westphal --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2d3e841..cb6490fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,10 +48,10 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} files: results.xml - name: Upload to CodeCov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./lcov.info - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} push-image: