From d7be2b0b15407254e835b2a30a8ed5dc1a44ac04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:17:58 +0200 Subject: [PATCH] Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#946) --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 753246962..3588e9b4e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -120,7 +120,7 @@ jobs: - name: codecov.io if: matrix.py == '3.10' - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 compat: name: pytest