Skip to content

Commit 52b5ad2

Browse files
author
M0diis
committed
Update workflow
1 parent 6713bd1 commit 52b5ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 11
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '17'
19+
java-version: '21'
2020
distribution: 'temurin'
2121
- name: Build with Gradle
2222
uses: gradle/gradle-build-action@v2.4.2
2323
with:
2424
arguments: shadowJar
2525
- name: Upload jarfiles
2626
if: github.event_name != 'pull_request'
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
path: plugin/build/libs/*.jar

0 commit comments

Comments
 (0)