We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cbb64 commit 6cb7edbCopy full SHA for 6cb7edb
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: "./gradlew build --stacktrace"
36
- name: "archive test results"
37
if: "${{ always() }}"
38
- uses: "actions/upload-artifact@v4.6.2"
+ uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0
39
with:
40
name: "${{ runner.os }}-test-results"
41
path: |
gradle/libs.versions.toml
@@ -10,7 +10,7 @@ checkstyle = "12.0.0"
10
examination = "1.3.0"
11
fabricApi = "0.134.0+1.21.9"
12
fabricLoader = "0.17.2"
13
-indra = "3.2.0"
+indra = "4.0.0"
14
junit = "6.0.0"
15
minecraft = "1.21.9"
16
parchment = "1.21.8:2025.07.20"
0 commit comments