diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b63435f..f4fde89 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: with: go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v4.4.1 + - uses: codecov/codecov-action@v4.5.0 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}