Skip to content

Commit ce940d6

Browse files
dependabot[bot]PatrickHaecker
authored andcommitted
Bump codecov/codecov-action from 4 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b411e3 commit ce940d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ReusableTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ inputs.version != 'lts' && inputs.version != 'pre' }}
8686
- uses: julia-actions/julia-processcoverage@v1
8787
if: ${{ inputs.run_codecov }}
88-
- uses: codecov/codecov-action@v4
88+
- uses: codecov/codecov-action@v7
8989
if: ${{ inputs.run_codecov }}
9090
with:
9191
file: lcov.info

0 commit comments

Comments
 (0)