Skip to content

Commit f8e460e

Browse files
authored
Merge pull request #104 from matplotlib/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents e6a0567 + c834a4e commit f8e460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
pytest --cov=./ --cov-report=xml
5050
- name: Upload code coverage to Codecov
51-
uses: codecov/codecov-action@v3
51+
uses: codecov/codecov-action@v4
5252
with:
5353
file: ./coverage.xml
5454
flags: unittests

0 commit comments

Comments
 (0)