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