We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a652004 commit 24970b5Copy full SHA for 24970b5
1 file changed
.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.0.5
+ uses: codecov/codecov-action@v5.0.6
50
with:
51
flags: unittests # optional
52
name: coverage # optional
0 commit comments