From 9ee8a3f1679d7f32b0203d1fd02eb45a931b24d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:33:25 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 1cf0c8a4..59b3a7bf 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -24,7 +24,7 @@ jobs: # documentation: https://github.com/codecov/codecov-action - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: directory: ./coverage/reports/ env_vars: OS,PYTHON