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 72b2f15 commit 573fe09Copy full SHA for 573fe09
.github/workflows/ci.yml
@@ -59,6 +59,6 @@ jobs:
59
- uses: julia-actions/julia-buildpkg@v1
60
- uses: julia-actions/julia-runtest@v1
61
- uses: julia-actions/julia-processcoverage@v1
62
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v3
63
with:
64
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