From 15999bff51058bc7c19b50ebbba518eaef7c26c0 Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Mon, 23 Feb 2026 12:32:38 -0500 Subject: [PATCH] Add note about package bumps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cf2cc9..b967704 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ See also [upload-artifact](https://github.com/actions/upload-artifact). - Downloads will check the content-type returned to determine if a file can be decompressed and skip the decompression stage if so. This removes previous failures where we were trying to decompress a non-zip file. Since this is making a big change to the default behavior, we're making it opt-in via a version bump. - Users can also download a zip file without decompressing it with the new `skip-decompress` flag. +- Chore: we've bumped versions on a lot of our dev packages to get them up to date with the latest bugfixes/security patches. + ## v7 - What's new > [!IMPORTANT]