summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-06-06 11:07:10 +0200
committerGitHub <noreply@github.com>2022-06-06 11:07:10 +0200
commite2326ec14e025c5035bba9e0ec03e5555077713a (patch)
tree3bb2dc86e5d730d7a68da1a0cbf8d68d4e7f6956
parent51eb611871044f2db0f7208e5b11cee4924da585 (diff)
parent9e6eb99e7ea673b8a188f0db496fb5a49962329c (diff)
Merge pull request #96 from nschloe/renovate/codecov-codecov-action-3.x
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 7f3708e..5397d84 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' }}