From 06a51664fb2fee67c8317cfa29d7fd3c1e522e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:04:48 +0000 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/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] --- .github/workflows/Downstream.yml | 2 +- .github/workflows/GPU.yml | 2 +- .github/workflows/Tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index d4f3d996..c34aa51e 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -62,7 +62,7 @@ jobs: exit(0) # Exit immediately, as a success end - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/GPU.yml b/.github/workflows/GPU.yml index e8f4a604..9a24d7c9 100644 --- a/.github/workflows/GPU.yml +++ b/.github/workflows/GPU.yml @@ -31,7 +31,7 @@ jobs: env: GROUP: "GPU" - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 0e0922e2..f6278f0e 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -62,7 +62,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 with: directories: "src,ext" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}" with: files: lcov.info