We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80890d commit 8f014fdCopy full SHA for 8f014fd
1 file changed
.github/workflows/CI.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: julia-actions/julia-buildpkg@v1
38
- uses: julia-actions/julia-runtest@v1
39
- uses: julia-actions/julia-processcoverage@v1
40
- - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
41
with:
42
files: lcov.info
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments