summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-31 19:39:54 +0000
committerGitHub <noreply@github.com>2024-01-31 19:39:54 +0000
commit186ecb6dda30da899ec35845b9ca8e401b79b619 (patch)
treedd9ccd3f5e091cc2093060d585ddceab10f6f7b8
parent19596dcc7742fb30e915f73ff6acb1b76371079d (diff)
Update codecov/codecov-action action to v4renovate/codecov-codecov-action-4.x
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a286cf7..addbbf3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,5 +38,5 @@ jobs:
pip install tox
tox
- name: Submit to codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
if: ${{ matrix.python-version == '3.10' }}