We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cef848 + e19e2bf commit b215810Copy full SHA for b215810
1 file changed
.github/workflows/coverage.yml
@@ -90,7 +90,7 @@ jobs:
90
# which will hopefully be noticed for the lack of code coverage comments
91
- name: Upload coverage to CodeCov
92
if: ${{ !env.ACT }}
93
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
94
with:
95
use_oidc: true
96
fail_ci_if_error: false # optional (default = false)
0 commit comments