diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09cc1591..0c0bffac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: "./gradlew build --stacktrace" - name: "archive test results" if: "${{ always() }}" - uses: "actions/upload-artifact@v4.4.3" + uses: "actions/upload-artifact@v4.5.0" with: name: "${{ runner.os }}-test-results" path: | @@ -50,7 +50,7 @@ jobs: fi echo "VERSION=$VERSION" >> $GITHUB_ENV - name: "Cache test run data" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: | testserver/libraries diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..cea7a793 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle.kts b/settings.gradle.kts index 70039e43..4a008f65 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,7 +20,7 @@ pluginManagement { plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" id("fabric-loom") version "1.9.2" - id("net.neoforged.moddev.repositories") version "2.0.52-beta" + id("net.neoforged.moddev.repositories") version "2.0.74" } rootProject.name = "adventure-platform-mod-parent"