From f428c922dbbdc6c4a7871c4497571113e567fa90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:21:42 -0800 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 (#149) --- .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 dfa2181..dbe9765 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.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }}