diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d6f07e..0f1b58a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -293,7 +293,7 @@ jobs: continue-on-error: true - name: Upload to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/merged/lcov.info,./coverage/lcov.info