Skip to content

Commit

Permalink
Update gradle_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Apr 21, 2024
1 parent b541111 commit 3ccb850
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-22.04

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
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -26,12 +26,12 @@ jobs:
chmod +x gradlew
./gradlew build
- name: Upload artifacts (Forge)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifact-Forge
path: ${{ github.workspace }}/forge/build/libs
- name: Upload artifacts (Fabric)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifact-Fabric
path: ${{ github.workspace }}/fabric/build/libs
path: ${{ github.workspace }}/fabric/build/libs

0 comments on commit 3ccb850

Please sign in to comment.