From e99dcdd70422122afca8d9feacff988fae3b08fc 2024-12-01 04:49:26
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2024-12-01 04:49:26
Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 in the actions group

Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
---

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 5513b16..967eb55 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -34,6 +34,6 @@ jobs:
       run: |
         coverage combine `find . -name .coverage\*` && coverage xml
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       with:
         name: Docs
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4e89e63..531f1de 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -103,7 +103,7 @@ jobs:
       run: |
         pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --maxfail=15
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       with:
          name: Test
          files: /home/runner/work/ipython/ipython/coverage.xml