Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 8557f29

Browse files
committed
Merge remote-tracking branch 'origin/1.20.6/neoforge' into 1.20.6/neoforge
2 parents 12ee092 + 87d144a commit 8557f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-java@v4
1313
with:
1414
distribution: 'adopt'
15-
java-version: 17
15+
java-version: 21
1616
- name: Cache
1717
uses: actions/cache@v4
1818
with:
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: Artifacts-forge
32-
path: ${{ github.workspace }}/build/libs
32+
path: ${{ github.workspace }}/build/libs

0 commit comments

Comments
 (0)