From 491465fd0e58eaa257f377dd313296ebcb0cc632 Mon Sep 17 00:00:00 2001 From: MATRIX-feather Date: Sun, 3 Nov 2024 23:44:52 +0800 Subject: [PATCH] misc: Update workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7149d00..81a33051 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload artifact - uses: AButler/upload-release-assets@v2.0 + uses: AButler/upload-release-assets@v3.0 with: files: 'build/libs/*.jar' repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file