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.
2 parents 29bb88a + b0530bf commit 35cfb85Copy full SHA for 35cfb85
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload coverage reports to Codecov
46
if: ${{ matrix.python-version }} == "3.10"
47
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
file: coverage.xml
0 commit comments