1
0
Fork 0

Merge pull request #1929 from actions/yacaovsnc/release_artifact_2_2_1

Prep release packages/artifact v2.2.1
pull/1015/merge
Yang Cao 2025-01-09 09:21:32 -05:00 committed by GitHub
commit 5e8c25d1f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# @actions/artifact Releases
### 2.2.1
- Add `ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY` and `ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS` environment variables [#1928](https://github.com/actions/toolkit/pull/1928)
### 2.2.0
- Return artifact digest on upload [#1896](https://github.com/actions/toolkit/pull/1896)

View File

@ -1,12 +1,12 @@
{
"name": "@actions/artifact",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/artifact",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

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