From 51723df68faf54907c51e9087b970012f83d293e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:30:01 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4.4.1 --- .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..01277c59 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@v4.4.1 with: files: ./coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }}.xml flags: pytest