diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d83163b5..4063065a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 if: ${{ env.DO_COVERAGE }} - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: ${{ env.DO_COVERAGE }} with: verbose: true