Skip to content

Commit 5467b3d

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
build(deps): Bump codecov/codecov-action in the actions group
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 759c553 commit 5467b3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/elixir-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
key: ${{ runner.os }}-mix-coverage-${{ hashFiles('elixir-orchestration/mix.lock') }}
7777
- run: mix deps.get
7878
- run: mix coveralls.json
79-
- uses: codecov/codecov-action@v6
79+
- uses: codecov/codecov-action@v7
8080
with:
8181
files: elixir-orchestration/cover/excoveralls.json
8282
flags: elixir

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: taiki-e/install-action@28ba36d36bfc4814f98a469ff9f76b2a41e9aa8a # cargo-llvm-cov
105105
- name: Generate lcov report
106106
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
107-
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
107+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
108108
with:
109109
files: lcov.info
110110
flags: rust

0 commit comments

Comments
 (0)