diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fde771..a095a15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: go-version: ${{ matrix.go }} - run: go test -race -v -coverprofile=profile.cov ./pkg/... - - uses: codecov/codecov-action@v4.0.2 + - uses: codecov/codecov-action@v4.1.0 with: file: ./profile.cov name: codecov-go