Skip to content

Commit

Permalink
Merge pull request #148 from KyoriPowered/renovate/gradle-and-github-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): Update gradle and github actions
zml2008 authored Aug 4, 2024
2 parents 4ea11b0 + f041e90 commit 85a2ed5
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
run: "./gradlew build --stacktrace"
- name: "archive test results"
if: "${{ always() }}"
uses: "actions/upload-artifact@v4.3.4"
uses: "actions/upload-artifact@v4.3.5"
with:
name: "${{ runner.os }}-test-results"
path: |
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
[plugins]
configurateTransformations = "ca.stellardrift.configurate-transformations:6.1.0"
eclipseApt = "com.diffplug.eclipse.apt:4.0.1"
loom = "fabric-loom:1.7.2"
loom = "fabric-loom:1.7.3"
ideaExt = "org.jetbrains.gradle.plugin.idea-ext:1.1.8"
indra = { id = "net.kyori.indra", version.ref = "indra" }
indra-licenseHeader = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }

0 comments on commit 85a2ed5

Please sign in to comment.