From 2c8a125826e263b223c81d199156c98ba74dab78 Mon Sep 17 00:00:00 2001 From: DeDaMrAzR <43572083+DeDaMrAzR@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:47:48 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3273346..511ac46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,9 +38,9 @@ jobs: dir BuildOutput dir BuildOutput\Release - name: Upload Build Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: BuildOutput + name: BK7231GUIFlashTool path: | BK7231Flasher/BuildOutput/Release/*.exe BK7231Flasher/BuildOutput/Release/*.dll @@ -59,9 +59,9 @@ jobs: uses: actions/checkout@v4 - name: Download Build Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: - name: BuildOutput + name: BK7231GUIFlashTool - name: Recreate Directory Structure run: | @@ -79,7 +79,7 @@ jobs: powershell Compress-Archive -Path "BuildOutput\Release\*" -DestinationPath "release/BK7231GUIFlashTool-v${{ github.run_number }}.zip" - name: Create GitHub Release id: create_release - uses: actions/create-release@v1 + uses: elgohr/Github-Release-Action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: