Skip to content

Commit ec873b3

Browse files
Bump codecov/codecov-action from 4 to 5 (#87)
* 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> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chengyu Han <cyhan.dev@outlook.com>
1 parent c468ba4 commit ec873b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
5151
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v4
52+
- uses: codecov/codecov-action@v5
5353
with:
54-
file: lcov.info
54+
files: lcov.info
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656

0 commit comments

Comments
 (0)