There was an error while loading. Please reload this page.
2 parents 451e806 + ddb7ed4 commit 67f838fCopy full SHA for 67f838f
1 file changed
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Upload coverage to Codecov
64
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
65
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }} # technically not needed, but prevents failures: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
68
file: ./coverage.xml
0 commit comments