1
0
Fork 0

bump version

pull/1666/head
bethanyj28 2024-02-23 15:03:09 -05:00
parent 614f27a4fb
commit 90894a8853
3 changed files with 8 additions and 4 deletions

View File

@ -113,4 +113,8 @@
### 2.1.1
- Updated `isGhes` check to include `.ghe.com` and `.ghe.localhost` as accepted hosts
- Updated `isGhes` check to include `.ghe.com` and `.ghe.localhost` as accepted hosts
### 2.1.2
- Updated the stream extract functionality to use `unzip.Parse()` instead of `unzip.Extract()` for greater control of unzipping artifacts

View File

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

View File

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