Skip to content

Commit

Permalink
@actions/artifact 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan committed May 15, 2020
1 parent 628f82f commit 2fdf3b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/artifact/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
### 0.3.1

- Fix to ensure temporary gzip files get correctly deleted during artifact upload
- Remove spaces as a forbidden character during upload
- Remove spaces as a forbidden character during upload

### 0.3.2

- Fix to ensure readstreams get correctly reset in the event of a retry
2 changes: 1 addition & 1 deletion packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "0.3.1",
"version": "0.3.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down

0 comments on commit 2fdf3b7

Please sign in to comment.