From 9d3e4caf28bb5d5da36ae1cfeced8b60a5d31cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:06:12 +0100 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#130) * Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * `file` -> `files` --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- .github/workflows/CI.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d9800b5..3ff25cf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -55,13 +55,12 @@ 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@v4 + - uses: codecov/codecov-action@v5 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: - file: lcov.info + files: lcov.info fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - uses: coverallsapp/github-action@v2 if: matrix.version == '1' && matrix.os == 'ubuntu-latest' with: