Skip to content

Commit c574485

Browse files
Bump codecov/codecov-action from 4 to 5 (#2952)
* 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-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestion from @odow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
1 parent 3bacf3a commit c574485

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
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
MOI_TEST_MODULES: ${{ matrix.moi_test_modules }}
6969
- uses: julia-actions/julia-processcoverage@v1
70-
- uses: codecov/codecov-action@v4
70+
- uses: codecov/codecov-action@v5
7171
with:
72-
file: lcov.info
72+
files: lcov.info
7373
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)