Skip to content

Commit 264f81c

Browse files
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] <support@github.com>
1 parent d37e6d7 commit 264f81c

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
@@ -38,6 +38,6 @@ jobs:
3838
env:
3939
GROUP: ${{ matrix.group }}
4040
- uses: julia-actions/julia-processcoverage@v1
41-
- uses: codecov/codecov-action@v3
41+
- uses: codecov/codecov-action@v4
4242
with:
4343
file: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2525
run: julia --project=docs/ --code-coverage=user docs/make.jl
2626
- uses: julia-actions/julia-processcoverage@v1
27-
- uses: codecov/codecov-action@v3
27+
- uses: codecov/codecov-action@v4
2828
with:
2929
file: lcov.info

0 commit comments

Comments
 (0)