Skip to content

Commit 55097ae

Browse files
authored
Merge pull request #706 from jazzband/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 4261df8 + 2445cfa commit 55097ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
REDIS: ${{ matrix.redis-version }}
9595

9696
- name: Upload coverage
97-
uses: codecov/codecov-action@v2
97+
uses: codecov/codecov-action@v3
9898
with:
9999
env_vars: DJANGO,REDIS,PYTHON
100100
flags: tests
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Upload coverage
148148
if: ${{ matrix.tool == 'mypy' }}
149-
uses: codecov/codecov-action@v1
149+
uses: codecov/codecov-action@v3
150150
with:
151151
flags: mypy
152152

0 commit comments

Comments
 (0)