1
0
Fork 0

Bump artifact package version to v0.5.2 (#845)

* bump version in package*.json

* changelog
pull/748/head
Brian Cristante 2021-06-16 09:37:06 -04:00 committed by GitHub
parent 9167ce1f3a
commit a31b7eca9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -58,3 +58,6 @@
- Bump @actions/http-client to version 1.0.11 to fix proxy related issues during artifact upload and download
### 0.5.2
- Add HTTP 500 as a retryable status code for artifact upload and download.

View File

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

View File

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