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