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