From b8e9a2a68571eb1f7c5d0c5f779a7ac94fc16fe2 Mon Sep 17 00:00:00 2001 From: "Albert R. Gnadt" <20693045+gnadt@users.noreply.github.com> Date: Wed, 5 Mar 2025 13:08:52 -0500 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bcdcafd4..b7621e04b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,8 +51,8 @@ jobs: if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - name: Send coverage to CodeCov if: matrix.version == '1' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: - fail_ci_if_error: true + files: lcov.info token: ${{ secrets.CODECOV_TOKEN }} # required - file: lcov.info + fail_ci_if_error: true