From 7d31b0991cde70179f12d0489ac16afc83b5ecec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:59:27 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 8450866 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9d8433..3f2978b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,6 @@ jobs: - run: npm run test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}