From 5d4a9175af566f0e39b1874e15bbd11a868b49fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:08:31 -0700 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 (#22) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 60cfd60..2be0a9b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -44,6 +44,6 @@ jobs: run: invoke test - name: Upload Test Coverage Reports - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }}