From 60704931787c16c107e276b8a718f64d204f4f07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:10:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.4 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index baa05a0..a3e5bdc 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -60,7 +60,7 @@ jobs: - name: Run tests run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1 - - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: name: "build-${{ matrix.python-version }}" fail_ci_if_error: true