Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Oct 10, 2024
1 parent 9e7cd72 commit 33083ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
steps:
- name: checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v1
Expand All @@ -27,7 +27,7 @@ jobs:
run: ./gradlew buildOrPublish

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

0 comments on commit 33083ad

Please sign in to comment.