diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce3c950b..758771e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: fi make --debug junit-regtest TESTCOVERPROFILE=coverprofile shell: bash - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: always() with: file: coverprofile