From 10077c1df0750f236803169f9c7674641120d018 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 15:53:17 +0000 Subject: [PATCH] chore(deps): Update codecov/test-results-action action to v1.2.1 --- .github/workflows/reusable-tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-tox.yml b/.github/workflows/reusable-tox.yml index 2892fd4f3..838577bb3 100644 --- a/.github/workflows/reusable-tox.yml +++ b/.github/workflows/reusable-tox.yml @@ -414,7 +414,7 @@ jobs: if: >- !cancelled() && steps.tox-run.outputs.test-result-files != '' - uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 + uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 # FIXME There is a bug in action which provokes it to fail during upload # Related issue: https://github.com/codecov/codecov-action/issues/1794 continue-on-error: true