From 8dfa9943ebde54079b505059170ea05f0b9c27f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 02:45:29 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#162) --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 692af43..a3924f5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,10 +47,13 @@ jobs: coverage: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }} - uses: julia-actions/julia-processcoverage@v1 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: file: lcov.info + fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - uses: coverallsapp/github-action@v2 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: