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 2cdb738 commit 7ddfe5eCopy full SHA for 7ddfe5e
.github/workflows/ci.yml
@@ -58,6 +58,6 @@ jobs:
58
- uses: julia-actions/julia-buildpkg@v1
59
- uses: julia-actions/julia-runtest@v1
60
- uses: julia-actions/julia-processcoverage@v1
61
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v3
62
with:
63
file: lcov.info
.github/workflows/downstream.yml
@@ -71,6 +71,6 @@ jobs:
71
exit(0) # Exit immediately, as a success
72
end
73
74
75
76
files: lcov.info
0 commit comments