Skip to content

Commit 7a04ccb

Browse files
Bump codecov/codecov-action from 5 to 6 (#284)
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 5c34eae commit 7a04ccb

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
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
prefix: ${{ matrix.prefix }} # for `xvfb-run`
197197
- uses: julia-actions/julia-processcoverage@v1
198-
- uses: codecov/codecov-action@v5
198+
- uses: codecov/codecov-action@v6
199199
with:
200200
token: ${{ secrets.CODECOV_TOKEN }}
201201
file: lcov.info

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
#run: julia --project=docs/ docs/make.jl
3434
run: julia --project=docs/ --code-coverage=user docs/make.jl
3535
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v5
36+
- uses: codecov/codecov-action@v6
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
file: lcov.info

0 commit comments

Comments
 (0)