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.
1 parent 807006a commit a558756Copy full SHA for a558756
.github/workflows/Downstream.yml
@@ -48,7 +48,7 @@ jobs:
48
exit(0) # Exit immediately, as a success
49
end
50
- uses: julia-actions/julia-processcoverage@v1
51
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
52
with:
53
file: lcov.info
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments