Skip to content

Commit ea57742

Browse files
Bump codecov/codecov-action from 4 to 5
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>
1 parent 6852f93 commit ea57742

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Process coverage
4646
uses: julia-actions/julia-processcoverage@v1
4747
- name: Upload coverage
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
files: lcov.info
5151
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Process coverage
4949
uses: julia-actions/julia-processcoverage@v1
5050
- name: Upload coverage
51-
uses: codecov/codecov-action@v4
51+
uses: codecov/codecov-action@v5
5252
with:
5353
files: lcov.info
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)