diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad7e1354..ad77d5aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: with: go-version-file: go.mod - run: make ci-test - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }} file: ./.test_coverage.txt