From 3568e51c1c3948c2d53c76cf7d607e52b9d5c5b5 Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Fri, 25 Feb 2022 14:50:25 -0500 Subject: [PATCH] Update deprecation warning The deprecation deadline has passed, so updating the language to be more accurate. I also specified the version that was deprecated, since I actually had misunderstood the warning to be saying that "this version" was referring to the entire action itself, and that the guidance was to no longer use the action at all! I think the new language will help prevent that kind of confusion for others. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 812b1a26d..4d50dc719 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ >The latest release of this Action adds support for tokenless uploads from GitHub Actions! ## ⚠️ Deprecration of v1 -**On February 1, 2022, this version will be fully sunset and no longer function** +**As of February 1, 2022, v1 has been fully sunset and no longer functions** Due to the [deprecation](https://about.codecov.io/blog/introducing-codecovs-new-uploader/) of the underlying bash uploader, the Codecov GitHub Action has released `v2` which will use the new [uploader](https://github.com/codecov/uploader). You can learn