1
0
Fork 0

0.6.1 release (#964)

pull/965/head
Konrad Pabjan 2021-12-14 16:01:55 -05:00 committed by GitHub
parent 37f5a85219
commit daf8bb0060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -70,3 +70,7 @@
- Improvements to client-side validation for certain invalid characters not allowed during upload: [#951](https://github.com/actions/toolkit/pull/951)
- Faster upload speeds for certain types of large files by exempting gzip compression [#956](https://github.com/actions/toolkit/pull/956)
- More detailed logging when dealing with chunked uploads [#957](https://github.com/actions/toolkit/pull/957)
### 0.6.1
- Fix for failing 0 byte file uploads on Windows [#962](https://github.com/actions/toolkit/pull/962)

View File

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

View File

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