diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 532809f..caf5ff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: go-version: "1.26" cache: true - run: make coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.out