Skip to content

Commit 5b875d4

Browse files
Bump codecov/codecov-action from 4 to 5 (#312)
* Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chengyu Han <[email protected]>
1 parent 199efc9 commit 5b875d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: julia-actions/julia-runtest@v1
4343

4444
- uses: julia-actions/julia-processcoverage@v1
45-
- uses: codecov/codecov-action@v4
45+
- uses: codecov/codecov-action@v5
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }} # required
4848
fail_ci_if_error: true
49-
file: lcov.info
49+
files: lcov.info

.github/workflows/UnitTestArm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
julia --compile=min -O0 -e 'using InteractiveUtils; versioninfo();'
7070
julia --project=. --check-bounds=yes --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v4
72+
- uses: codecov/codecov-action@v5
7373
with:
7474
token: ${{ secrets.CODECOV_TOKEN }} # required
7575
fail_ci_if_error: true
76-
file: lcov.info
76+
files: lcov.info

0 commit comments

Comments
 (0)