From 546111c4e7e298290e1abdd6ac558a1829f7890e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:09:25 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#401) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 06fa47f..9e0ef62 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -93,7 +93,7 @@ jobs: - name: Run tests run: python -m pytest --cov=aiomonitor -v tests - name: Upload coverage data - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 check: # This job does nothing and is only used for the branch protection name: ✅ Ensure the required checks passing