From ffe2b795c540c2c77f97c3da2d5d406787c3d69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:02:44 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 1 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 7. - [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/v1...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d3032d3df9..c47c8fd4af3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,7 +123,7 @@ jobs: run: yarn run test:unit --coverage --maxWorkers=2 - name: CodeCov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v7 if: matrix.node == '14' with: token: ${{ secrets.CODECOV_TOKEN }}