From 268974db6e0a77bdfa966bcd60da8ffa57738543 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 16 Jun 2026 22:08:52 -0700 Subject: [PATCH] update codecov action --- .github/workflows/c-tests.yml | 2 +- .github/workflows/python-c-tests.yml | 2 +- .github/workflows/python-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-tests.yml b/.github/workflows/c-tests.yml index 453962f..2a386de 100644 --- a/.github/workflows/c-tests.yml +++ b/.github/workflows/c-tests.yml @@ -58,7 +58,7 @@ jobs: run: ninja -C build-cov coverage-xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} flags: C diff --git a/.github/workflows/python-c-tests.yml b/.github/workflows/python-c-tests.yml index 5a58c56..03c1ba7 100644 --- a/.github/workflows/python-c-tests.yml +++ b/.github/workflows/python-c-tests.yml @@ -64,7 +64,7 @@ jobs: run: uv tool run gcovr --clover coverage.xml --txt - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 27c3d53..212aaa2 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -70,7 +70,7 @@ jobs: ${{ inputs.pyproject-directory }}/tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true