summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-06-06 09:00:13 +0000
committerRenovate Bot <bot@renovateapp.com>2022-06-06 09:00:13 +0000
commit9e6eb99e7ea673b8a188f0db496fb5a49962329c (patch)
treee3205e11f262d3b18df8b244523ad00771f9cc96
parent64009c2eb71d227c0055443e545cce0d8efed260 (diff)
Update codecov/codecov-action action to v3
-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 838dd81..dd4ae95 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,5 +40,5 @@ jobs:
pip install tox
tox
- name: Submit to codecov
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.9' }}