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 aa927f4 commit bc5e9d0Copy full SHA for bc5e9d0
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: julia-actions/julia-runtest@latest
37
# - name: "Cover"
38
- uses: julia-actions/julia-processcoverage@v1
39
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
40
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
41
with:
42
file: lcov.info
0 commit comments