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 46cbbfe commit 1390e75Copy full SHA for 1390e75
.github/workflows/ci.yml
@@ -65,6 +65,6 @@ jobs:
65
- uses: julia-actions/julia-buildpkg@v1
66
- uses: julia-actions/julia-runtest@v1
67
- uses: julia-actions/julia-processcoverage@v1
68
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
69
with:
70
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