From 75cc812db1c461818c119d79963f1741119d6c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:44:35 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI-julia-nightly.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-julia-nightly.yml b/.github/workflows/CI-julia-nightly.yml index e8173bf..9e1a3e2 100644 --- a/.github/workflows/CI-julia-nightly.yml +++ b/.github/workflows/CI-julia-nightly.yml @@ -41,7 +41,7 @@ jobs: JULIA_NUM_THREADS: ${{ matrix.threads }} JULIA_CPU_THREADS: ${{ matrix.threads }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: file: lcov.info docs: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ea129ff..a48f2d7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: JULIA_NUM_THREADS: ${{ matrix.juliathreads }} JULIA_CPU_THREADS: ${{ matrix.juliacputhreads }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: file: lcov.info docs: