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