From e03a2f5b0a0a71d62a54cfc024cc3829810d2164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:20:36 +0000 Subject: [PATCH] Bump codecov/codecov-action from 6 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/conda.yml | 2 +- .github/workflows/system.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index f0f5fff7..5e2d3946 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -41,7 +41,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: ./lcov.info flags: unittests diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index 21b59a8e..7d5e3413 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -91,7 +91,7 @@ jobs: # https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context _TMP_DIR: ${{ runner.temp }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: ./lcov.info flags: unittests