diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 366b89f5..6688ad45 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,5 +1,10 @@ # @actions/artifact Releases +### 2.1.9 + +- Fixed artifact upload chunk timeout logic [#1774](https://github.com/actions/toolkit/pull/1774) +- Use lazy stream to prevent issues with open file limits [#1771](https://github.com/actions/toolkit/pull/1771) + ### 2.1.8 - Allows `*.localhost` domains for hostname checks for local development. diff --git a/packages/artifact/package.json b/packages/artifact/package.json index ba6d873d..fefa6abe 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.1.8", + "version": "2.1.9", "preview": true, "description": "Actions artifact lib", "keywords": [