Skip to content

Commit cd4f9b9

Browse files
Bump codecov/codecov-action from 4 to 5 (#310)
* 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> * Update .github/workflows/CI.yml --------- 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 <git@wo-class.cn>
1 parent b6f41d8 commit cd4f9b9

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
@@ -89,10 +89,10 @@ jobs:
8989
run: julia --project .github/set_ci_preferences.jl "${{ matrix.provider }}"
9090
- uses: julia-actions/julia-runtest@v1
9191
- uses: julia-actions/julia-processcoverage@v1
92-
- uses: codecov/codecov-action@v4
92+
- uses: codecov/codecov-action@v5
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }} # required
95-
file: lcov.info
95+
files: lcov.info
9696

9797
Documentation:
9898
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)