From cbc8a3442074d053c9bf6c2eb380041ce66cddc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:29:32 +0200 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 (#147) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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