We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10f9c8 commit 2995cdfCopy full SHA for 2995cdf
packages/artifact/RELEASES.md
@@ -1,5 +1,9 @@
1
# @actions/artifact Releases
2
3
+### 2.2.2
4
+
5
+- Default concurrency to 5 for uploading artifacts [#1962](https://github.com/actions/toolkit/pull/1962
6
7
### 2.2.1
8
9
- 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
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
- "version": "2.2.1",
+ "version": "2.2.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
0 commit comments