diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d6fd2..bcae30e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: run: ./gradlew clean shadowJar - name: "🚀 Create GitHub Release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | build/libs/*.jar