Skip to content

Commit 06a5166

Browse files
Bump codecov/codecov-action from 5 to 6
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>
1 parent 9afa4f2 commit 06a5166

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
exit(0) # Exit immediately, as a success
6363
end
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v5
65+
- uses: codecov/codecov-action@v6
6666
with:
6767
files: lcov.info
6868
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/GPU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GROUP: "GPU"
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v5
34+
- uses: codecov/codecov-action@v6
3535
with:
3636
files: lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: julia-actions/julia-processcoverage@v1
6363
with:
6464
directories: "src,ext"
65-
- uses: codecov/codecov-action@v5
65+
- uses: codecov/codecov-action@v6
6666
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
6767
with:
6868
files: lcov.info

0 commit comments

Comments
 (0)