Skip to content

Commit 5b1c6cd

Browse files
Bump codecov/codecov-action from 6 to 7 (#527)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fb82b9 commit 5b1c6cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-CheckBy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
GROUP: ${{ matrix.group }}
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v6
48+
- uses: codecov/codecov-action@v7
4949
with:
5050
files: lcov.info
5151
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GROUP: ${{ matrix.group }}
4949
- uses: julia-actions/julia-processcoverage@v1
50-
- uses: codecov/codecov-action@v6
50+
- uses: codecov/codecov-action@v7
5151
with:
5252
files: lcov.info
5353
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)