diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8abec288..e5bda6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: ssh-add test/id_ecdsa_deploy_helloworld_c_jll_read_only julia --check-bounds=yes --color=yes --depwarn=yes --inline=yes --project=@. -e 'using Pkg; Pkg.instantiate(); Pkg.test(coverage=true)' - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 continue-on-error: true with: files: lcov.info