diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac783f0..174fb7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload jar to release - 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