Skip to content

Commit 4c17e90

Browse files
dependabot[bot]alien11689
authored andcommitted
Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0199b9 commit 4c17e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-jvm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run
7979
run: ./mvnw clean test -Pcoverage -am -pl ${{ matrix.year }}
8080
- name: Upload coverage
81-
uses: codecov/codecov-action@v3
81+
uses: codecov/codecov-action@v5
8282
with:
8383
fail_ci_if_error: true
8484
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/build-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cd rust-aoc
8383
cargo tarpaulin -o Lcov
8484
- name: Upload coverage
85-
uses: codecov/codecov-action@v3
85+
uses: codecov/codecov-action@v5
8686
with:
8787
fail_ci_if_error: true
8888
files: rust-aoc/lcov.info

0 commit comments

Comments
 (0)