Skip to content

Commit

Permalink
v3 everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereo528 authored Jan 17, 2024
1 parent 1562602 commit 40092ae
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 @@ -13,10 +13,10 @@ jobs:
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 17

Expand All @@ -27,7 +27,7 @@ jobs:
run: ./gradlew buildOrPublish

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

0 comments on commit 40092ae

Please sign in to comment.