From 80b844228508e095543efe3d230e2d9db4e513ce Mon Sep 17 00:00:00 2001 From: Nate Lampton Date: Sun, 15 Sep 2024 22:39:09 -0700 Subject: [PATCH] Fixing release notes generator to use more current artifact upload. --- .github/workflows/release-notes.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c8d534d..ad7e287 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -20,7 +20,8 @@ jobs: OUTPUT_FOLDER: temp_release_notes USE_MILESTONE_TITLE: true - name: Upload release notes - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 + if: always() with: name: release-notes path: temp_release_notes/