Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 5 (#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent a67461c commit 7fb55b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Upload coverage
if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: autotest/coverage.xml

Expand Down Expand Up @@ -200,6 +200,6 @@ jobs:

- name: Upload coverage
if: github.repository_owner == 'modflowpy' && (github.event_name == 'push' || github.event_name == 'pull_request')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: autotest/coverage.xml
2 changes: 1 addition & 1 deletion .github/workflows/mf6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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@v3
uses: codecov/codecov-action@v5
with:
files: ./modflow6/autotest/coverage.xml

Expand Down

0 comments on commit 7fb55b1

Please sign in to comment.