From a4a67917806560dc991b18b26c1423028546a393 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:40:01 +0000 Subject: [PATCH] [CU-86b4umhm1] Update codecov/codecov-action action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06e6565..e51550a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: uv run pytest tests -m unit -v --cov=dnastack --cov-report=xml --cov-report=term-missing - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5 with: file: ./coverage.xml flags: unittests