We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b897730 + 9a110e6 commit 9bc4013Copy full SHA for 9bc4013
.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@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
+ uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
file: coverage.xml
0 commit comments