Skip to content

Commit a2a869d

Browse files
Bump codecov/codecov-action in the minor group across 1 directory
Bumps the minor group with 1 update in the / directory: [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](codecov/codecov-action@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] <[email protected]>
1 parent ce48c99 commit a2a869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
cargo llvm-cov nextest --all --lcov --output-path lcov.info --test-threads=1 --no-fail-fast
4545
- name: Upload to codecov.io
46-
uses: codecov/codecov-action@v5.1.1
46+
uses: codecov/codecov-action@v5.5.1
4747
with:
4848
slug: KittyCAD/machine-api
4949
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)