diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c381fe..21f54cd 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@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info