Skip to content

Commit c076898

Browse files
authored
Merge pull request #761 from jazzband/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents fccdcf8 + d61de5d commit c076898

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
@@ -95,7 +95,7 @@ jobs:
9595
REDIS: ${{ matrix.redis-version }}
9696

9797
- name: Upload coverage
98-
uses: codecov/codecov-action@v4
98+
uses: codecov/codecov-action@v5
9999
with:
100100
env_vars: DJANGO,REDIS,PYTHON
101101
flags: tests
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Upload coverage
149149
if: ${{ matrix.tool == 'mypy' }}
150-
uses: codecov/codecov-action@v4
150+
uses: codecov/codecov-action@v5
151151
with:
152152
flags: mypy
153153

0 commit comments

Comments
 (0)