Skip to content

Commit

Permalink
Merge pull request #1781 from actions/robherley/artifact-2.1.9
Browse files Browse the repository at this point in the history
Prep for @actions/artifact v2.1.9
  • Loading branch information
robherley authored Aug 1, 2024
2 parents 7463cf3 + 76b6e24 commit bb6c500
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/artifact/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @actions/artifact Releases

### 2.1.9

- Fixed artifact upload chunk timeout logic [#1774](https://github.com/actions/toolkit/pull/1774)
- Use lazy stream to prevent issues with open file limits [#1771](https://github.com/actions/toolkit/pull/1771)

### 2.1.8

- Allows `*.localhost` domains for hostname checks for local development.
Expand Down
4 changes: 2 additions & 2 deletions packages/artifact/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "2.1.8",
"version": "2.1.9",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down

0 comments on commit bb6c500

Please sign in to comment.