diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5a9c1ed..8012439 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@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: files: ./profile.cov name: go-codecov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3697c43..fd002f9 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@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: files: ./profile.cov name: go-codecov