diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d4789be..41c2e3d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: go mod download go test -race -v -coverprofile=profile.cov ./... - name: Publish go coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: file: ./profile.cov name: go-codecov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97e5205..918d68d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: go mod download go test -race -v -coverprofile=profile.cov ./... - name: Publish go coverage - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: file: ./profile.cov name: go-codecov