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 d6387ed commit 301c8d9Copy full SHA for 301c8d9
.github/workflows/ci.yml
@@ -64,6 +64,6 @@ 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@v4
+ - uses: codecov/codecov-action@v3
68
with:
69
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