From ad0de1116e5db2af7123972d250754e1602c7800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:03:48 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.3.1 --- .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 120dcd4..c1e0474 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.3.0 + uses: codecov/codecov-action@v4.3.1 with: files: codecov.json token: ${{ secrets.CODECOV_TOKEN }}