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 }}