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 64f6964 + 149083b commit 9c8387cCopy full SHA for 9c8387c
.github/workflows/Downstream.yml
@@ -62,8 +62,8 @@ jobs:
62
exit(0) # Exit immediately, as a success
63
end
64
- uses: julia-actions/julia-processcoverage@v1
65
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
66
with:
67
- file: lcov.info
+ files: lcov.info
68
token: ${{ secrets.CODECOV_TOKEN }}
69
fail_ci_if_error: true
0 commit comments