We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36da36 commit c0cc459Copy full SHA for c0cc459
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
coverage-reports: coverage.xml
90
91
- name: "Upload coverage to Codecov"
92
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
93
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9'
94
with:
95
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments