From 0d1d5c7687945c7e80e958586088b74be91585c0 Mon Sep 17 00:00:00 2001 From: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:58:38 +0000 Subject: [PATCH] Bump release version --- packages/artifact/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/artifact/RELEASES.md b/packages/artifact/RELEASES.md index 0cd6428f..1ad475ac 100644 --- a/packages/artifact/RELEASES.md +++ b/packages/artifact/RELEASES.md @@ -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)