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 20b0f6c commit 86046b1Copy full SHA for 86046b1
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: julia-actions/julia-buildpkg@v1
65
- uses: julia-actions/julia-runtest@v1
66
- uses: julia-actions/julia-processcoverage@v1
67
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
68
with:
69
file: lcov.info
70
docs:
.github/workflows/downstream.yml
@@ -66,6 +66,6 @@ jobs:
exit(0) # Exit immediately, as a success
end
71
files: lcov.info
0 commit comments