Skip to content

Commit 86a74d8

Browse files
authored
Bump codecov/codecov-action from 4 to 5 in the actions group (ipython#14593)
Bumps the actions group with 1 update: https://github.com/codecov/codecov-action
2 parents 9cdf92d + e99dcdd commit 86a74d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: |
3535
coverage combine `find . -name .coverage\*` && coverage xml
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v4
37+
uses: codecov/codecov-action@v5
3838
with:
3939
name: Docs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --maxfail=15
105105
- name: Upload coverage to Codecov
106-
uses: codecov/codecov-action@v4
106+
uses: codecov/codecov-action@v5
107107
with:
108108
name: Test
109109
files: /home/runner/work/ipython/ipython/coverage.xml

0 commit comments

Comments
 (0)