Skip to content

Commit

Permalink
bump artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanyj28 committed Sep 6, 2023
1 parent 8758219 commit 0e3c990
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
Expand Up @@ -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)
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": "1.1.1",
"version": "1.1.2",
"preview": true,
"description": "Actions artifact lib",
"keywords": [
Expand Down

0 comments on commit 0e3c990

Please sign in to comment.