Skip to content

Commit 905b2c7

Browse files
committed
@actions/artifact 0.3.3 update
1 parent 3a9dc00 commit 905b2c7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/artifact/RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
### 0.3.2
2929

3030
- Fix to ensure readstreams get correctly reset in the event of a retry
31+
32+
### 0.3.3
33+
34+
- Increase chunk size during upload from 4MB to 8MB
35+
- Improve user-agent strings during API calls to help internally diagnose issues

packages/artifact/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "0.3.2",
3+
"version": "0.3.3",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

0 commit comments

Comments
 (0)