diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 832b4a1..354b07e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.7 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}