From a53ff24d42fbbd932fc191cb4dc8f06dbd70445f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:18:41 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 1438709..747ec42 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -114,7 +114,7 @@ jobs: run: | poetry run pytest --cov=src/pystatis --cov-report=xml --vcr-record=none tests - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.5 with: verbose: true env: