1
0
Fork 0

@actions/artifact 0.3.3 update

pull/536/head
Konrad Pabjan 2020-07-30 17:30:41 +02:00
parent 3a9dc00629
commit 905b2c7b06
3 changed files with 7 additions and 2 deletions

View File

@ -28,3 +28,8 @@
### 0.3.2 ### 0.3.2
- Fix to ensure readstreams get correctly reset in the event of a retry - Fix to ensure readstreams get correctly reset in the event of a retry
### 0.3.3
- Increase chunk size during upload from 4MB to 8MB
- Improve user-agent strings during API calls to help internally diagnose issues

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "0.3.2", "version": "0.3.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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