We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0123ba commit ae5f9d1Copy full SHA for ae5f9d1
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
version: ${{ matrix.julia-version }}
66
- uses: julia-actions/julia-runtest@v1
67
- uses: julia-actions/julia-processcoverage@v1
68
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
69
with:
70
file: ./lcov.info
71
flags: unittests
0 commit comments