Skip to content

Commit

Permalink
Merge branch 'mc1.18/fabric/dev' into mc1.19/fabric/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Feb 22, 2024
2 parents e9dc86b + ecd4fb5 commit 8714f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
steps:

- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: make gradle wrapper executable
run: chmod +x ./gradlew

- name: setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand All @@ -42,7 +42,7 @@ jobs:
run: ./gradlew buildOrPublish

- name: capture build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
Expand Down

0 comments on commit 8714f28

Please sign in to comment.