Skip to content

Commit 2e0a459

Browse files
Bump codecov/codecov-action from 4 to 5 (#101)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8746f99 commit 2e0a459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: julia-actions/julia-buildpkg@latest
2222
- uses: julia-actions/julia-runtest@latest
2323
- uses: julia-actions/julia-processcoverage@v1
24-
- uses: codecov/codecov-action@v4
24+
- uses: codecov/codecov-action@v5
2525
with:
2626
file: ./lcov.info
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)