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