diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfad3cc..21c6cfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: with: go-version-file: 'go.mod' - run: go test -race -v -coverprofile=profile.cov . - - uses: codecov/codecov-action@v5.5.1 + - uses: codecov/codecov-action@v5.5.2 with: file: ./profile.cov name: codecov-go