From b8ddc5044431238a3b00fd3b0045cea447f1b47f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:46:17 +0000 Subject: [PATCH] chore(dependencies): update codecov/codecov-action action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a169b5c..5903f97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,4 +26,4 @@ jobs: CFLAGS: "-DCYTHON_TRACE=1" BENCODER_LINETRACE: 1 - run: python -m pytest --cov=bencoder --cov-report=xml . - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5