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 44096ce + 868b162 commit bdd00d0Copy full SHA for bdd00d0
.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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
file: coverage.xml
0 commit comments