From e918bf24aec5f7f3ed32906a02e9534c191e2aa8 Mon Sep 17 00:00:00 2001 From: Bethany Date: Thu, 29 Feb 2024 10:41:57 -0500 Subject: [PATCH] Update RELEASES.md --- packages/artifact/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 7298e3f5..9a1b6100 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,5 +1,9 @@ # @actions/artifact Releases +### 2.1.3 + +- Fixes a bug in the extract logic updated in 2.1.2 + ### 2.1.2 - Updated the stream extract functionality to use `unzip.Parse()` instead of `unzip.Extract()` for greater control of unzipping artifacts