Skip to content

Commit 9f3d09b

Browse files
authored
chore: un-bump codecov/codecov-action from 5 to 4 (#32314)
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.
1 parent 069b72c commit 9f3d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cd packages/aws-cdk && yarn test
2929

3030
- name: Upload results to Codecov
31-
uses: codecov/codecov-action@v5
31+
uses: codecov/codecov-action@v4
3232
with:
3333
directory: packages/aws-cdk/coverage
3434
fail_ci_if_error: true

0 commit comments

Comments
 (0)