Skip to content

Commit

Permalink
Update GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Feb 29, 2024
1 parent 815443c commit d8fe0f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Eclipse Temurin 20
uses: actions/setup-java@v3
- name: Set up Eclipse Temurin 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 20
java-version: 21
- name: Build with Gradle
run: gradle build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs

0 comments on commit d8fe0f6

Please sign in to comment.