We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069b72c commit 9f3d09bCopy full SHA for 9f3d09b
.github/workflows/codecov.yml
@@ -28,7 +28,7 @@ jobs:
28
run: cd packages/aws-cdk && yarn test
29
30
- name: Upload results to Codecov
31
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v4
32
with:
33
directory: packages/aws-cdk/coverage
34
fail_ci_if_error: true
0 commit comments