Skip to content

Commit 7cc126a

Browse files
build(deps): bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- 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 34bf4fa commit 7cc126a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
depwarn: error
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v3
34+
- uses: codecov/codecov-action@v4
3535
with:
3636
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: julia-actions/julia-processcoverage@v1
2424
with:
2525
directories: src
26-
- uses: codecov/codecov-action@v3
26+
- uses: codecov/codecov-action@v4
2727
with:
2828
files: lcov.info

0 commit comments

Comments
 (0)