Skip to content

Commit ad7d6fb

Browse files
committed
Bump toolkit version, add release notes
1 parent f6e2bb7 commit ad7d6fb

6 files changed

Lines changed: 28 additions & 6 deletions

File tree

packages/artifact/RELEASES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @actions/artifact Releases
22

3+
## 6.2.2
4+
5+
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
6+
- `@actions/core` to `^3.0.1`
7+
- `@actions/github` to `^9.1.1`
8+
- `@actions/http-client` to `^4.0.1`
9+
- `@azure/storage-blob` to `^12.31.0`
10+
- `@octokit/plugin-retry` to `^8.1.0`
11+
- `@octokit/request` to `^10.0.8`
12+
- `@protobuf-ts/runtime` to `^2.11.1`
13+
- Move `@protobuf-ts/plugin` to `devDependencies`
14+
315
## 6.2.1
416

517
- Support the RFC 5987 `filename*` field in the `content-disposition` header. This allows us to correctly download files and artifacts with Chinese/Japanese/Korean (among other) characters in their name.

packages/artifact/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artifact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/artifact",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

packages/cache/RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @actions/cache Releases
22

3+
## 6.0.1
4+
5+
- Bump dependency versions ([#2393](https://github.com/actions/toolkit/pull/2393)):
6+
- `@actions/core` to `^3.0.1`
7+
- `@actions/http-client` to `^4.0.1`
8+
- `@actions/io` to `^3.0.2`
9+
- `@azure/core-rest-pipeline` to `^1.23.0`
10+
- `@azure/storage-blob` to `^12.31.0`
11+
- `semver` to `^7.7.4`
12+
313
## 6.0.0
414

515
- **Breaking change**: Package is now ESM-only

packages/cache/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/cache",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Actions cache lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)