diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7086459..d7beb10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Upload coverage to Codecov if: success() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info