Skip to content

Commit

Permalink
updated github action stuffs
Browse files Browse the repository at this point in the history
the node16 thing
  • Loading branch information
Fallen-Breath committed Apr 17, 2024
1 parent 0633409 commit 76dbf6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Cache gradle files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -38,7 +38,7 @@ jobs:
chmod +x gradlew
./gradlew build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/
Expand Down

0 comments on commit 76dbf6b

Please sign in to comment.