1
0
Fork 0

Release preparation of artifact 0.4.0 (#578)

pull/579/head
Yang Cao 2020-09-18 13:06:53 -04:00 committed by GitHub
parent ace7a82469
commit bb290885a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -37,3 +37,7 @@
### 0.3.5 ### 0.3.5
- Retry in the event of a 413 response - Retry in the event of a 413 response
### 0.4.0
- Add option to specify custom retentions on artifacts

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "0.3.5", "version": "0.4.0",
"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.5", "version": "0.4.0",
"preview": true, "preview": true,
"description": "Actions artifact lib", "description": "Actions artifact lib",
"keywords": [ "keywords": [