update versions for cache and artifact

This commit is contained in:
Salman Chishti 2025-03-17 12:09:16 +00:00 committed by GitHub
parent 2559a2ac8a
commit 4059d2af66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 2 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "2.3.1",
"version": "2.3.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [

View File

@ -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)

View File

@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "4.0.2",
"version": "4.0.3",
"preview": true,
"description": "Actions cache lib",
"keywords": [