diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cb7078..623dd7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: go-version-file: go.mod - run: make ci-test - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }} file: ./.test_coverage.txt