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 626939c commit 25c0c2cCopy full SHA for 25c0c2c
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: julia-actions/julia-runtest@latest
39
- uses: julia-actions/julia-processcoverage@v1
40
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
41
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
42
43
with:
44
file: lcov.info
0 commit comments