Skip to content

Commit 7ae578d

Browse files
authored
Merge pull request #1987 from actions/ghadimir/digest_typo
Bump release version
2 parents 769bb0f + b2d2270 commit 7ae578d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/artifact/RELEASES.md

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

3+
### 2.3.1
4+
5+
- Fix comment typo on expectedHash. [#1986](https://github.com/actions/toolkit/pull/1986)
6+
37
### 2.3.0
48

59
- Allow ArtifactClient to perform digest comparisons, if supplied. [#1975](https://github.com/actions/toolkit/pull/1975)

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": "2.3.0",
3+
"version": "2.3.1",
44
"preview": true,
55
"description": "Actions artifact lib",
66
"keywords": [

0 commit comments

Comments
 (0)