mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-14 02:55:58 +08:00
change it to minor version instead of patch
This commit is contained in:
parent
4059d2af66
commit
261fcae498
@ -1,6 +1,6 @@
|
||||
# @actions/artifact Releases
|
||||
|
||||
### 2.3.2
|
||||
### 2.4.0
|
||||
|
||||
- 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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actions/artifact",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"preview": true,
|
||||
"description": "Actions artifact lib",
|
||||
"keywords": [
|
||||
|
2
packages/cache/RELEASES.md
vendored
2
packages/cache/RELEASES.md
vendored
@ -1,6 +1,6 @@
|
||||
# @actions/cache Releases
|
||||
|
||||
### 4.0.3
|
||||
### 4.1.0
|
||||
|
||||
- Added masking for Secure Access Signatures (SAS) cache entry URLs [#1982](https://github.com/actions/toolkit/pull/1982)
|
||||
|
||||
|
2
packages/cache/package.json
vendored
2
packages/cache/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actions/cache",
|
||||
"version": "4.0.3",
|
||||
"version": "4.1.0",
|
||||
"preview": true,
|
||||
"description": "Actions cache lib",
|
||||
"keywords": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user