From da0622aaf8363b7510cf5e96e2e72e98a2ee320b Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Fri, 2 May 2025 21:10:11 +0800 Subject: [PATCH] ci: always use ncipollo/release-action@v1-latest to release --- .github/workflows/build_1.21.4.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_1.21.4.yml b/.github/workflows/build_1.21.4.yml index 703e9c7..0c4e003 100644 --- a/.github/workflows/build_1.21.4.yml +++ b/.github/workflows/build_1.21.4.yml @@ -42,7 +42,7 @@ jobs: run: | ./gradlew generateDevelopmentBundle publish -PpublishDevBundle=true - name: Upload Artifact - uses: "actions/upload-artifact@v4" + uses: actions/upload-artifact@v4 with: name: "${{ env.project_id_b }} CI Artifacts" path: "luminol-server/build/libs/*-paperclip-*-mojmap.jar" @@ -51,7 +51,7 @@ jobs: run: sh scripts/SetENV.sh - name: Create Release if: github.event_name != 'pull_request' - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1 with: tag: ${{ env.tag }} name: ${{ env.project_id_b }} ${{ env.mcversion }} - ${{ env.commit_id }}