Skip to content

Commit

Permalink
chore[ci]: downgrade codecov action to v3
Browse files Browse the repository at this point in the history
there is a bug in the action since february which is resulting in
intermittently failing builds. this issue introduced in 730679b,
which upgraded the codecov action.

references:
GH codecov/codecov-action#1280
  • Loading branch information
charles-cooper committed Apr 12, 2024
1 parent 75fb059 commit 9509650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9509650

Please sign in to comment.