Skip to content

Commit 2995cdf

Browse files
committed
Prepare artifact release 2.2.2
1 parent f10f9c8 commit 2995cdf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/artifact/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/artifact Releases
22

3+
### 2.2.2
4+
5+
- Default concurrency to 5 for uploading artifacts [#1962](https://github.com/actions/toolkit/pull/1962
6+
37
### 2.2.1
48

59
- Add `ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY` and `ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS` environment variables [#1928](https://github.com/actions/toolkit/pull/1928)

packages/artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/artifact",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

0 commit comments

Comments
 (0)