From 50a7391a6a55a041111260120c2655d7c937dece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:44:54 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df50b5f52..a4b9bc830 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -264,7 +264,7 @@ jobs: pattern: coverage-report-* - name: Codecov Upload - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5 with: name: codecov-umbrella token: ${{ secrets.CODECOV_TOKEN }}