From 00690275a6537c61b861d120354b96cc70046b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:31:57 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.2.0 --- .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 98b3e45..5f2b72f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.toolchain == 'stable' - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: files: codecov.json token: ${{ secrets.CODECOV_TOKEN }}