From 941839910a8632c3f7a710c774e7b54272a7fcf0 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Tue, 9 Jun 2026 02:11:18 -0400 Subject: [PATCH] Try bumping codecov-action to v7 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bdb7a8bb..adb52a67b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,7 +224,7 @@ jobs: LSP: '${{ matrix.lsp }}' LSP_EXTRACT_FILE: '${{ matrix.lsp_extract_file }}' - if: always() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }}) # multiple flags is marked as an error in codecov UI, but is actually fine @@ -304,7 +304,7 @@ jobs: - if: >- always() && matrix.check_formatting != '1' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Ubuntu (${{ matrix.python }}${{ matrix.extra_name }}) flags: Ubuntu,${{ matrix.python }} @@ -347,7 +347,7 @@ jobs: - name: Run tests run: ./ci.sh - if: always() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: macOS (${{ matrix.python }}) flags: macOS,${{ matrix.python }} @@ -393,7 +393,7 @@ jobs: f.write("\n") - if: always() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Alpine flags: Alpine,${{ steps.get-version.outputs.version }} @@ -464,7 +464,7 @@ jobs: coverage report - if: always() - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: name: Cython flags: Cython,${{ steps.get-version.outputs.version }}