From b1872d1c19768f5cc43fc8b767b2ebed7575906b Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 7 Jun 2026 04:55:20 -0400 Subject: [PATCH] ci: bump codecov/codecov-action v6 -> v7 codecov-action v7 is primarily a node24 bump (composite action); the `files` and `token` inputs are unchanged, so the existing callers (files: lcov.info, token: CODECOV_TOKEN) work as-is. Updated in tests.yml, downstream.yml, documentation.yml. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/documentation.yml | 2 +- .github/workflows/downstream.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 45c1ac4..0b3b2ba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -84,7 +84,7 @@ jobs: directories: "${{ inputs.coverage-directories }}" - name: "Report Coverage with Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: "${{ inputs.coverage }}" with: files: lcov.info diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index dc85b11..8a6144f 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -113,7 +113,7 @@ jobs: - name: "Report Coverage with Codecov" if: "${{ inputs.coverage }}" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: lcov.info token: "${{ secrets.CODECOV_TOKEN }}" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd1bc87..4da4d18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -197,7 +197,7 @@ jobs: directories: "${{ inputs.coverage-directories }}" - name: "Report Coverage with Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: "${{ inputs.coverage }}" with: files: lcov.info