mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09:00
Bump artifact package version to v0.5.2 (#845)
* bump version in package*.json * changelog
This commit is contained in:
parent
9167ce1f3a
commit
a31b7eca9e
3 changed files with 5 additions and 2 deletions
|
@ -58,3 +58,6 @@
|
||||||
|
|
||||||
- Bump @actions/http-client to version 1.0.11 to fix proxy related issues during artifact upload and download
|
- 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.
|
2
packages/artifact/package-lock.json
generated
2
packages/artifact/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/artifact",
|
"name": "@actions/artifact",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/artifact",
|
"name": "@actions/artifact",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"description": "Actions artifact lib",
|
"description": "Actions artifact lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue