From 32a4fccf79c3236d990ca8c8454bab0a2112050e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:04:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.4.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..fe4f465 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.4.1 with: files: codecov.json token: ${{ secrets.CODECOV_TOKEN }}