diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 1ad475ac..1725dfe4 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -1,5 +1,10 @@ # @actions/artifact Releases +### 2.3.2 + +- Added masking for Secure Access Signatures (SAS) artifact URLs [#1982](https://github.com/actions/toolkit/pull/1982) +- Change hash to digest for consistent terminology across runner logs [#1991](https://github.com/actions/toolkit/pull/1991) + ### 2.3.1 - Fix comment typo on expectedHash. [#1986](https://github.com/actions/toolkit/pull/1986) diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 3e580852..5881366f 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "2.3.1", + "version": "2.3.2", "preview": true, "description": "Actions artifact lib", "keywords": [ diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index b97006c6..53186ffd 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -1,5 +1,9 @@ # @actions/cache Releases +### 4.0.3 + +- Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982) + ### 4.0.2 - Wrap create failures in ReserveCacheError [#1966](https://github.com/actions/toolkit/pull/1966) diff --git a/packages/cache/package.json b/packages/cache/package.json index 9b8b0ac6..c2cbc6e6 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "4.0.2", + "version": "4.0.3", "preview": true, "description": "Actions cache lib", "keywords": [