Skip to content

Commit 6fbc08a

Browse files
Bump codecov/codecov-action from 4 to 5 (#125)
* 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: Martijn Visser <mgvisser@gmail.com>
1 parent af80eea commit 6fbc08a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@latest
3535
- uses: julia-actions/julia-runtest@latest
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v4
37+
- uses: codecov/codecov-action@v5
3838
with:
39-
file: lcov.info
39+
files: lcov.info
4040
env:
4141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4242
docs:

0 commit comments

Comments
 (0)