Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53a7dd4

Browse files
authored
Merge pull request #29153 from matplotlib/dependabot/github_actions/actions-d109cd9e8b
2 parents ed1ba66 + 0a3e296 commit 53a7dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
fi
422422
- name: Upload code coverage
423423
if: ${{ !cancelled() && github.event_name != 'schedule' }}
424-
uses: codecov/codecov-action@v4
424+
uses: codecov/codecov-action@v5
425425
with:
426426
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
427427
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)