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 10816ca commit 6631f07Copy full SHA for 6631f07
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: julia-actions/julia-buildpkg@v1
58
- uses: julia-actions/julia-runtest@v1
59
- uses: julia-actions/julia-processcoverage@v1
60
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
61
with:
62
token: ${{ secrets.CODECOV_TOKEN }}
63
- file: lcov.info
+ files: lcov.info
.github/workflows/downstream.yml
@@ -79,7 +79,7 @@ jobs:
79
exit(0) # Exit immediately, as a success
80
end
81
82
83
84
85
files: lcov.info
0 commit comments