Skip to content

Commit dad0d24

Browse files
Bump codecov/codecov-action from 5 to 6 (#705)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 004e43e commit dad0d24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
5656
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v5
57+
- uses: codecov/codecov-action@v6
5858
with:
5959
files: lcov.info
6060
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/JuliaNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: julia-actions/julia-buildpkg@v1
3232
- uses: julia-actions/julia-runtest@v1
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v5
34+
- uses: codecov/codecov-action@v6
3535
with:
3636
files: lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)