From 8f2f1b315ad71b9d7224725d9af342150a99036c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:32:48 +0000 Subject: [PATCH] chore(deps): 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/commit.yml | 4 ++-- .github/workflows/mf6.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 7f9cafcc2..dd89c0a31 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -103,7 +103,7 @@ jobs: - name: Upload coverage if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request') - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: autotest/coverage.xml @@ -194,6 +194,6 @@ jobs: - name: Upload coverage if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request') - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: flopy/autotest/coverage.xml diff --git a/.github/workflows/mf6.yml b/.github/workflows/mf6.yml index da692e974..f402c3946 100644 --- a/.github/workflows/mf6.yml +++ b/.github/workflows/mf6.yml @@ -86,7 +86,7 @@ jobs: - name: Upload coverage to Codecov if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request') - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./modflow6/autotest/coverage.xml