From 18a51953deb4ebb3c844823f8b353e7ed3adfae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 02:29:01 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/build-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 72e5fc3c..5ceb6078 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -71,7 +71,7 @@ jobs: path: ./coverage/*.xml - name: CodeCov Coverage Report - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v5.4.0 with: files: ./coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }}.xml flags: pytest