diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 580d840b..95456435 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -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) diff --git a/packages/artifact/package-lock.json b/packages/artifact/package-lock.json index 9fc95dce..616fb74c 100644 --- a/packages/artifact/package-lock.json +++ b/packages/artifact/package-lock.json @@ -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", diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 0bff4154..cf98853f 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "1.1.1", + "version": "1.1.2", "preview": true, "description": "Actions artifact lib", "keywords": [