Skip to content

Commit 5f99add

Browse files
dependabot[bot]andreasnoackdevmotion
authored
Bump codecov/codecov-action from 4 to 5 (#944)
* 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] <[email protected]> * Update ci.yml Co-authored-by: David Widmann <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Noack <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent 4f98560 commit 5f99add

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
@@ -50,9 +50,9 @@ jobs:
5050
- uses: julia-actions/julia-buildpkg@v1
5151
- uses: julia-actions/julia-runtest@v1
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v4
53+
- uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
55+
files: lcov.info
5656
# This is a public repo.
5757
# We are using v4 of the codecov-action.
5858
# If the PR is from a fork, then Codecov allows us to use

0 commit comments

Comments
 (0)