Skip to content

Commit 29e38f3

Browse files
committed
Update workflow files
1 parent 700103c commit 29e38f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Use these Java versions
1414
java: [
15-
17, # Current Java LTS & minimum supported by Minecraft
15+
21, # Current Java LTS & minimum supported by Minecraft
1616
]
1717
# and run on both Linux and Windows
1818
os: [ubuntu-20.04, windows-2022]
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434
- name: capture build artifacts
3535
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: Artifacts
3939
path: build/libs/

0 commit comments

Comments
 (0)