We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f54a0 commit c31a43fCopy full SHA for c31a43f
1 file changed
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: julia-actions/julia-buildpkg@latest
22
- uses: julia-actions/julia-runtest@latest
23
- uses: julia-actions/julia-processcoverage@v1
24
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@v7
25
with:
26
file: ./lcov.info
27
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments