diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98cf7da..c9c1538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: - name: Upload coverage to Codecov if: runner.os == 'Linux' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info