From cecd38adf0bbb9b45f0d5200198ab00f7b7e480f Mon Sep 17 00:00:00 2001 From: NetDwarf Date: Wed, 12 Jun 2024 23:59:46 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 3d2825984a..4fa00754e6 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -39,7 +39,7 @@ jobs: #Prepend patch notes with backticks sed -i '1s/^/```\n/' patch_notes.txt - name: Upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: release_info path: | @@ -112,7 +112,7 @@ jobs: run: | (cd ${{ matrix.build_target }}/ && zip -r ../${{ env.OUTPUT_FILE_NAME }} * ) - name: Upload Build Output - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: build_artifacts path: ${{ env.OUTPUT_FILE_NAME }}