Skip to content

Commit

Permalink
Fix andesite alloy can't grow in Botany Pots.
Browse files Browse the repository at this point in the history
  • Loading branch information
skniro committed Feb 5, 2025
1 parent 92f2eb5 commit d745c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
chmod +x ./gradlew
./gradlew build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/

0 comments on commit d745c60

Please sign in to comment.