From da02eae1a7fc2b4c8e14639acefad01cdc8d495b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:07:56 +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/pr-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ab88bd24..342d349a33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: unit tests run: yarn coverage - name: upload test coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 call-docker-build: needs: test uses: dictyBase/workflows/.github/workflows/docker-build-push-repo.yaml@develop diff --git a/.github/workflows/pr-testing.yml b/.github/workflows/pr-testing.yml index 5857d75458..c274b7db22 100644 --- a/.github/workflows/pr-testing.yml +++ b/.github/workflows/pr-testing.yml @@ -20,4 +20,4 @@ jobs: - name: unit tests run: yarn coverage - name: upload test coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4