1
0
Fork 0

bump artifact version

pull/1525/head
Bethany 2023-09-06 10:08:47 -07:00
parent 8758219b89
commit 0e3c9906e8
3 changed files with 8 additions and 3 deletions

View File

@ -94,3 +94,8 @@
### 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)
### 1.1.2
- Update 403 Forbidden error matching for GHES uploads [#1522](https://github.com/actions/toolkit/pull/1522)
- Update vulnerable dependencies [#1480](https://github.com/actions/toolkit/pull/1480)

View File

@ -1,12 +1,12 @@
{
"name": "@actions/artifact",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/artifact",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",

View File

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