1
0
Fork 0

updating artifact version and release to include ghes check change

pull/1650/head
eggyhead 2024-01-31 21:15:11 +00:00
parent f1d9b4b985
commit c4f4f5ae07
3 changed files with 7 additions and 3 deletions

View File

@ -110,3 +110,7 @@
- Added `ArtifactClient#deleteArtifact` to delete artifacts by name [#1626](https://github.com/actions/toolkit/pull/1626)
- Update error messaging to be more useful [#1628](https://github.com/actions/toolkit/pull/1628)
### 2.1.1
- Updated `isGhes` check to include `.ghe.com` and `.ghe.localhost` as accepted hosts

View File

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

View File

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