Skip to content

Commit 2dcb9ba

Browse files
authored
Merge pull request #722 from jazzband/dependabot/github_actions/codecov/codecov-action-4
2 parents 81ec264 + 3951d76 commit 2dcb9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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@v3
97+
uses: codecov/codecov-action@v4
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@v3
149+
uses: codecov/codecov-action@v4
150150
with:
151151
flags: mypy
152152

0 commit comments

Comments
 (0)