From cf930ac495daf84a4f650313813c996d1663c06d Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Thu, 2 Jan 2025 17:18:29 -0500 Subject: [PATCH] chore[ci]: update codecov github action to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa2155db20..eacaa60c50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -155,7 +155,7 @@ jobs: tests/ - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml @@ -215,7 +215,7 @@ jobs: tests/ - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml