We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995e8b0 commit b69e81aCopy full SHA for b69e81a
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- if: matrix.python-version == '3.11'
48
name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.2.0
50
with:
51
flags: unittests # optional
52
name: coverage # optional
0 commit comments