Skip to content

Commit 7de18d4

Browse files
Bump codecov/codecov-action from 1 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2aad117 commit 7de18d4

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
@@ -53,7 +53,7 @@ jobs:
5353
- uses: julia-actions/julia-buildpkg@latest
5454
- uses: julia-actions/julia-runtest@latest
5555
- uses: julia-actions/julia-processcoverage@v1
56-
- uses: codecov/codecov-action@v1
56+
- uses: codecov/codecov-action@v5
5757
with:
5858
file: lcov.info
5959

.github/workflows/JuliaNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- uses: julia-actions/julia-buildpkg@latest
3434
- uses: julia-actions/julia-runtest@latest
3535
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v5
3737
with:
3838
file: lcov.info

0 commit comments

Comments
 (0)