We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e3af5 commit ae19e2bCopy full SHA for ae19e2b
.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