diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98a7fe8..cd500a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: with: go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - - uses: codecov/codecov-action@v5.0.2 + - uses: codecov/codecov-action@v5.0.7 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}