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.
1 parent 89af505 commit 90106e7Copy full SHA for 90106e7
1 file changed
.github/workflows/ci-cd.yml
@@ -83,7 +83,7 @@ jobs:
83
make mototest
84
- name: Upload coverage to Codecov
85
if: matrix.python-version == '3.11'
86
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v4.5.0
87
with:
88
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
89
files: ./coverage.xml
0 commit comments