Skip to content

Commit

Permalink
chore: un-bump codecov/codecov-action from 5 to 4 (#32314)
Browse files Browse the repository at this point in the history
Reverts #32173

Codecov v5 is throwing errors with some PRs (e.g. [failing workflow](https://github.com/aws/aws-cdk/actions/runs/12012047131/job/33482380518)) and reportedly has many issues. The quick-fix until they resolve their issues is to downgrade the version of codecov we are using back to v4.
  • Loading branch information
Leo10Gama authored Nov 27, 2024
1 parent 069b72c commit 9f3d09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cd packages/aws-cdk && yarn test

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
directory: packages/aws-cdk/coverage
fail_ci_if_error: true
Expand Down

0 comments on commit 9f3d09b

Please sign in to comment.