From 35931abbe2f030aac7059eaa113353cd168e5e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:58:01 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mpi.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mpi.yml b/.github/workflows/mpi.yml index d5fd40f8..dc056f3b 100644 --- a/.github/workflows/mpi.yml +++ b/.github/workflows/mpi.yml @@ -189,7 +189,7 @@ jobs: name: plots-${{matrix.mpi-np}} path: plots - if: env.CODECOV_RUN == '1' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: env_vars: PYTHON,MPI token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6da03c4b..b5f0cd01 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -101,7 +101,7 @@ jobs: pip install pytest-cov pytest --durations=10 -We tests/unit_tests --cov-report=xml --cov=PyMPDATA - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6 with: env_vars: PYTHON,MPI token: ${{ secrets.CODECOV_TOKEN }}