Skip to content

Commit 4049c04

Browse files
Bump codecov/codecov-action from 4 to 5 (#58)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...v5) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a740679 commit 4049c04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: julia-actions/julia-buildpkg@latest
5151
- uses: julia-actions/julia-runtest@latest
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v4
53+
- uses: codecov/codecov-action@v5
5454
with:
5555
file: ./lcov.info
5656

@@ -72,6 +72,6 @@ jobs:
7272
- uses: julia-actions/julia-buildpkg@latest
7373
- uses: julia-actions/julia-runtest@latest
7474
- uses: julia-actions/julia-processcoverage@v1
75-
- uses: codecov/codecov-action@v4
75+
- uses: codecov/codecov-action@v5
7676
with:
7777
file: ./lcov.info

.github/workflows/CassetteBaseCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
shell: julia --color=yes --project=. {0} # this is necessary for the next command to work on Windows
4949
run: 'using Pkg; Pkg.activate("CassetteBase"); Pkg.instantiate(); Pkg.test(coverage=true)'
5050
- uses: julia-actions/julia-processcoverage@v1
51-
- uses: codecov/codecov-action@v4
51+
- uses: codecov/codecov-action@v5
5252
with:
5353
file: ./lcov.info

0 commit comments

Comments
 (0)