From 00b0293c9745adaa380ced99abf7f7c24c93afbd Mon Sep 17 00:00:00 2001 From: cwilvx Date: Fri, 31 Jan 2025 14:04:09 +0300 Subject: [PATCH] try: fix release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9071a00..5cbd398d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: retention-days: 1 - name: Upload Windows binary if: matrix.os == 'windows-2019' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: win32 path: dist/swingmusic.exe @@ -134,7 +134,7 @@ jobs: - name: Checkout into repo uses: actions/checkout@v3 - name: Download all binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Upload binaries to GitHub Release uses: ncipollo/release-action@v1 with: