We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1a112 commit 0bcfb0dCopy full SHA for 0bcfb0d
.github/workflows/continuous_integration.yml
@@ -84,7 +84,7 @@ jobs:
84
path: "build"
85
overwrite: true
86
87
- - uses: codecov/codecov-action@v4.6.0 # upload the coverage to codecov
+ - uses: codecov/codecov-action@v5.0.2 # upload the coverage to codecov
88
with:
89
fail_ci_if_error: false # optional (default = false) - Need CODECOV_TOKEN
90
# Do not upload in forks, and only on php8.3, latest deps
0 commit comments