From 12dbb4bb80bbae1a1420d0636c1bb954c9f92fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:48:44 +0000 Subject: [PATCH] chore(deps): Bump codecov/codecov-action from 4 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6c6fb3..e06edc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,21 +96,21 @@ jobs: --lcov --output-path coverage-engine.lcov \ --ignore-filename-regex '(tests?/|examples/)' - name: Upload noether-core coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage-core.lcov flags: core fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - name: Upload noether-store coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage-store.lcov flags: store fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - name: Upload noether-engine coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage-engine.lcov flags: engine