From 0264b3d8b94d14c9c7947a8472210689b6b3ff7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:23:01 -0400 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 (#1668) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push-tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-tester.yml b/.github/workflows/push-tester.yml index 26b456e76..56357f42e 100644 --- a/.github/workflows/push-tester.yml +++ b/.github/workflows/push-tester.yml @@ -149,7 +149,7 @@ jobs: ./tools/coverage.sh lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: lcov.info