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.
2 parents 626939c + 25c0c2c commit a6475d9Copy full SHA for a6475d9
.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