From 6965c6cdba4a35fb5e91ee3165078da85a6c7cc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:47:58 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#386) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 1c28fd9..81456b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - name: Coverage run: | coverage xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: flags: unittests name: Python ${{ matrix.python-version }}, ${{ matrix.os }}