1
0
Fork 0

Release notes for 1.1.1

pull/1298/head
Ferenc Hammerl 2023-01-03 15:19:16 +01:00
parent 819157bf87
commit 5b2351aebf
1 changed files with 5 additions and 1 deletions

View File

@ -90,3 +90,7 @@
### 1.1.0
- Add `x-actions-results-crc64` and `x-actions-results-md5` checksum headers on upload [#1063](https://github.com/actions/toolkit/pull/1063)
### 1.1.1
- Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet [#1278](https://github.com/actions/toolkit/pull/1278/commits/b9de68a590daf37c6747e38d3cb4f1dd2cfb791c)