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 8b297b8 + ea5c425 commit ca23f9aCopy full SHA for ca23f9a
.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@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
+ uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
file: coverage.xml
0 commit comments