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 2b85cfe commit 007193bCopy full SHA for 007193b
.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@v5
69
with:
70
file: lcov.info
.github/workflows/downstream.yml
@@ -74,6 +74,6 @@ jobs:
74
exit(0) # Exit immediately, as a success
75
end
76
77
78
79
files: lcov.info
0 commit comments