From e4b7ff1490f04c689441e2d9c0a09445630da602 Mon Sep 17 00:00:00 2001 From: Pradeep Sekar Date: Tue, 9 Jan 2024 10:16:25 -0800 Subject: [PATCH] Revert "build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (#527)" (#537) This reverts commit 8e5cefb6681b7dc9f0db84258c531d9d85471f14. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd505554..63188cd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Generate Release Notes run: sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# $(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > release-notes.txt - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: release-notes path: release-notes.txt