Skip to content

Commit 4e3e5fa

Browse files
Bump codecov/codecov-action from 5 to 6 (#83)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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 cf01a70 commit 4e3e5fa

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
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v5
46+
- uses: codecov/codecov-action@v6
4747
with:
4848
files: lcov.info
4949
token: ${{ secrets.CODECOV_TOKEN }}
@@ -64,7 +64,7 @@ jobs:
6464
- uses: julia-actions/julia-runtest@v1
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
- uses: codecov/codecov-action@v5
67+
- uses: codecov/codecov-action@v6
6868
with:
6969
files: lcov.info
7070
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)