From 3b7e191235bc737603922f4834be235ed7fe1911 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:16:08 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .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 e505b6ad..2fca6854 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,6 @@ jobs: MITOL_UE_DB_DISABLE_SSL: "True" - name: Upload coverage to CodeCov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.1.0 with: file: ./coverage.xml