chore(release): 4.0.0-beta.1 (#1084)

* chore(release): 4.0.0-beta.1

* fix: typo
This commit is contained in:
Tom Hu
2023-09-13 08:58:26 -07:00
committed by GitHub
parent c9e4b73267
commit 0016507ac7
7 changed files with 29 additions and 71 deletions

View File

@@ -6,7 +6,12 @@
### Easily upload coverage reports to Codecov from GitHub Actions
## v4 Beta Release
`v4` of the Codecov GitHub Action will use the [Codecov CLI](https://github.com/codecov/codecov-cli) to upload coverage reports to Codecov. Currently, `v4` is in late stages of development, and beta releases are expected in 2023 Q4.
`v4` of the Codecov GitHub Action will use the [Codecov CLI](https://github.com/codecov/codecov-cli) to upload coverage reports to Codecov. Currently, `v4` is in beta.
Breaking Changes
- No current support for `aarch64` and `alpine` architectures.
- Tokenless uploading is unsupported
- Various arguments to the Action have been removed
`v3` versions and below will not have access to CLI features (e.g. global upload token).