We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4401843 commit 2960b24Copy full SHA for 2960b24
.github/workflows/tests.yml
@@ -166,7 +166,7 @@ jobs:
166
167
- name: Upload coverage to Codecov
168
if: ${{ github.event.pull_request.head.repo.fork == false && github.event.pull_request.user.login != 'dependabot[bot]' }}
169
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
170
with:
171
name: codecov-python-${{ matrix.python-version }}
172
flags: pytests
0 commit comments