From 04cadaa9539e9378ef2f36d0025147acb0fa25af Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Mon, 29 Apr 2024 10:21:04 -0400 Subject: [PATCH] chore[ci]: downgrade codecov action to v3 (#3940) there is a bug in the action since february which is resulting in intermittently failing builds. this issue introduced in 730679bd55, which upgraded the codecov action. references: GH codecov/codecov-action#1280 --- .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 10312413e9..06560cd3cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -159,7 +159,7 @@ jobs: tests/ - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml @@ -220,7 +220,7 @@ jobs: tests/ - name: Upload Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml