diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 799b406..48e96e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: if: "${{ (!startsWith(github.ref, 'refs/tags/')) && (matrix.feature == 'all') }}" - name: Upload to codecov.io - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: lcov.info verbose: true