From 2bbfbd845256312404878c692b77cef5938e7df2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:53:35 +0000 Subject: [PATCH] chore(deps): 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 543cc95..fbe98ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,5 +33,5 @@ jobs: run: | pip install tox tox -- --cov perfplot --cov-report xml --cov-report term - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 if: ${{ matrix.python-version == '3.10' }}