diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5ca513..28982a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ${{ matrix.go }} - run: go test -race -v -coverprofile=profile.cov ./pkg/... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2.0.2 with: file: ./profile.cov name: codecov-go