diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cece0a6..5449e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: go-version-file: "go.mod" - run: make test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: disable_search: true files: cover.out