From 5087b27883faa19da7e46f200281d87384c17a0d Mon Sep 17 00:00:00 2001 From: fcying Date: Sat, 24 Aug 2024 09:46:40 +0800 Subject: [PATCH] chore: bump upload-artifact version --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c603d20..a8e4916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,11 +67,10 @@ jobs: ls -la $out - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: bin path: build/* - retention-days: 90 - name: Release if: ${{ env.VERSION != '' }}