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 47f42cb + a0a16ec commit 98bb9e6Copy full SHA for 98bb9e6
.github/workflows/Downstream.yml
@@ -52,8 +52,8 @@ jobs:
52
exit(0) # Exit immediately, as a success
53
end
54
- uses: julia-actions/julia-processcoverage@v1
55
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
56
with:
57
- file: lcov.info
+ files: lcov.info
58
token: ${{ secrets.CODECOV_TOKEN }}
59
fail_ci_if_error: true
0 commit comments