Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Aug 9, 2024
1 parent 8fdf178 commit ab0b288
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 @@ -6,9 +6,9 @@ jobs:
build:
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
Expand All @@ -17,11 +17,11 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ForgeArtifact
path: ./forge/build/libs/*.jar
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: FabricArtifact
path: ./fabric/build/libs/*.jar
Expand Down

0 comments on commit ab0b288

Please sign in to comment.