Skip to content

Commit 6883067

Browse files
authored
Merge pull request #792 from twisted/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 3 to 5
2 parents 479e069 + a31ddc1 commit 6883067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
python-version: "3.11"
283283

284284
- name: "Upload coverage to Codecov"
285-
uses: "codecov/codecov-action@v3"
285+
uses: "codecov/codecov-action@v5"
286286
if: ${{ matrix.tox-prefix == 'coverage' }}
287287
with:
288288
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)