Merge pull request #1987 from actions/ghadimir/digest_typo

Bump release version
This commit is contained in:
Ryan Ghadimi 2025-03-11 11:07:20 +00:00 committed by GitHub
commit 7ae578ddd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# @actions/artifact Releases
### 2.3.1
- Fix comment typo on expectedHash. [#1986](https://github.com/actions/toolkit/pull/1986)
### 2.3.0
- Allow ArtifactClient to perform digest comparisons, if supplied. [#1975](https://github.com/actions/toolkit/pull/1975)

View File

@ -1,12 +1,12 @@
{
"name": "@actions/artifact",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/artifact",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",

View File

@ -1,6 +1,6 @@
{
"name": "@actions/artifact",
"version": "2.3.0",
"version": "2.3.1",
"preview": true,
"description": "Actions artifact lib",
"keywords": [