diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 786715e..e33d9a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: with: go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v4.3.0 + - uses: codecov/codecov-action@v4.3.1 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}