From 759c49038aaf6517e19e3a63f92c463256f1737a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:04:50 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/testcov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0069d65..f0a6935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ARANGO_PORT: ${{ job.services.arangodb.ports[8529] }} GOPROXY: https://proxy.golang.org - name: upload coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./profile.cov call-docker-build: diff --git a/.github/workflows/testcov.yml b/.github/workflows/testcov.yml index 99e5267..6aa69a9 100644 --- a/.github/workflows/testcov.yml +++ b/.github/workflows/testcov.yml @@ -26,6 +26,6 @@ jobs: ARANGO_PORT: ${{ job.services.arangodb.ports[8529] }} GOPROXY: https://proxy.golang.org - name: upload coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./profile.cov