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