Skip to content

Commit f432998

Browse files
authored
Merge pull request #1153 from PSLmodels/dependabot/github_actions/codecov/codecov-action-7
Bump codecov/codecov-action from 6 to 7
2 parents 5738ad4 + 22f9146 commit f432998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: uv run python -m pytest -m "not local and not benchmark" --cov=./ --cov-report=xml
4444
- name: Upload coverage to Codecov
4545
if: matrix.os == 'ubuntu-latest' && contains(github.repository, 'PSLmodels/OG-Core') && github.actor != 'dependabot[bot]'
46-
uses: codecov/codecov-action@v6
46+
uses: codecov/codecov-action@v7
4747
with:
4848
files: ./coverage.xml
4949
flags: unittests

0 commit comments

Comments
 (0)