Skip to content

Commit 8e5aeff

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...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] <support@github.com>
1 parent f0c0432 commit 8e5aeff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload coverage
105105
if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
106-
uses: codecov/codecov-action@v5
106+
uses: codecov/codecov-action@v6
107107
with:
108108
files: autotest/coverage.xml
109109

@@ -194,6 +194,6 @@ jobs:
194194

195195
- name: Upload coverage
196196
if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
197-
uses: codecov/codecov-action@v5
197+
uses: codecov/codecov-action@v6
198198
with:
199199
files: flopy/autotest/coverage.xml

.github/workflows/mf6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload coverage to Codecov
8787
if:
8888
github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
89-
uses: codecov/codecov-action@v5
89+
uses: codecov/codecov-action@v6
9090
with:
9191
files: ./modflow6/autotest/coverage.xml
9292

0 commit comments

Comments
 (0)