We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61b22b commit da31500Copy full SHA for da31500
1 file changed
.github/workflows/_tests.yaml
@@ -73,7 +73,7 @@ jobs:
73
matrix.python-version == '3.14' &&
74
env.CODECOV_TOKEN != ''
75
}}
76
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
77
with:
78
token: ${{ env.CODECOV_TOKEN }}
79
files: coverage-integration.xml
0 commit comments