From fdbeb5db3d0e665b210f4a9e0502f1e0910189b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 19:26:59 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 125fc84 --- .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 7aaa604..3c6d116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: dotnet nuke - name: Upload Coverage - uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true