From 534eee7f8c27b87df0971c4b81118c1a9ff47f37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:46:34 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .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 2736f314..e6481149 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -102,7 +102,7 @@ jobs: run: | uv 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@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: verbose: true env: