We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183b04f commit 0a3e296Copy full SHA for 0a3e296
.github/workflows/tests.yml
@@ -419,7 +419,7 @@ jobs:
419
fi
420
- name: Upload code coverage
421
if: ${{ !cancelled() && github.event_name != 'schedule' }}
422
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
423
with:
424
name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
425
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments