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 57b9084 commit a0bed73Copy full SHA for a0bed73
.github/workflows/ci.yml
@@ -61,6 +61,6 @@ jobs:
61
- uses: julia-actions/julia-buildpkg@v1
62
- uses: julia-actions/julia-runtest@v1
63
- uses: julia-actions/julia-processcoverage@v1
64
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v3
65
with:
66
file: lcov.info
.github/workflows/downstream.yml
@@ -74,6 +74,6 @@ jobs:
74
exit(0) # Exit immediately, as a success
75
end
76
77
78
79
files: lcov.info
0 commit comments