Skip to content

Commit 2fdf3b7

Browse files
committed
@actions/artifact 0.3.2
1 parent 628f82f commit 2fdf3b7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/artifact/RELEASES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@
2323
### 0.3.1
2424

2525
- Fix to ensure temporary gzip files get correctly deleted during artifact upload
26-
- Remove spaces as a forbidden character during upload
26+
- Remove spaces as a forbidden character during upload
27+
28+
### 0.3.2
29+
30+
- Fix to ensure readstreams get correctly reset in the event of a retry

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

0 commit comments

Comments
 (0)