allow localhost hostnames for artifact checks

This commit is contained in:
Rob Herley
2024-07-03 16:55:53 +00:00
committed by GitHub
parent 361a115e53
commit 176b40a888
4 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# @actions/artifact Releases
### 2.1.8
- Allows `*.localhost` domains for hostname checks for local development.
### 2.1.7
- Update unzip-stream dependency and reverted to using `unzip.Extract()`