Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
- Updated node.js from 16 to 20
- Artifact is no longer zipped
  • Loading branch information
SpoonySimone authored Feb 16, 2024
1 parent d55508d commit 8ec3d59
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 @@ -5,9 +5,9 @@ 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:
java-version: 17
distribution: 'adopt'
Expand All @@ -26,7 +26,7 @@ jobs:
run: ./gradlew build

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: AutoGG+
path: /home/runner/work/AutoGGPlus/AutoGGPlus/versions/1.8.9/build/libs
path: /home/runner/work/AutoGGPlus/AutoGGPlus/versions/1.8.9/build/libs/AutoGG+-1.8.9-main-SNAPSHOT.jar

0 comments on commit 8ec3d59

Please sign in to comment.