From a0d543cbd7cdb15db277cecf41335f5ece296868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:31:33 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.1.1 to 5.5.1 in the minor group Bumps the minor group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.1.1 to 5.5.1 - [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/v5.1.1...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 01c17fa..fb8da17 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -43,7 +43,7 @@ jobs: run: | cargo llvm-cov nextest --all --lcov --output-path lcov.info --test-threads=1 --no-fail-fast - name: Upload to codecov.io - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.5.2 with: slug: KittyCAD/machine-api token: ${{secrets.CODECOV_TOKEN}}