From 56716a900eee5e7bc7eff0a7545d96626b4e2688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 10:17:13 +0000 Subject: [PATCH] ci(deps): update codecov/codecov-action action to v4.4.1 (#352) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8ad8150..ed8424e 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -34,7 +34,7 @@ jobs: yarn test - name: Upload coverage report 📡 - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}