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 e4dc032 + 335e763 commit 77c9b9eCopy full SHA for 77c9b9e
.github/workflows/Downstream.yml
@@ -81,8 +81,8 @@ jobs:
81
exit(0) # Exit immediately, as a success
82
end
83
- uses: julia-actions/julia-processcoverage@v1
84
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
85
with:
86
- file: lcov.info
+ files: lcov.info
87
token: ${{ secrets.CODECOV_TOKEN }}
88
fail_ci_if_error: false
0 commit comments