Skip to content

Commit

Permalink
⬆️ update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
asoji committed Sep 15, 2024
1 parent 678deba commit ad9901d
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@v4
Expand All @@ -28,7 +28,7 @@ jobs:
run: ./gradlew buildOrPublish

- name: capture build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifact-${{ github.sha }}
path: build/libs/

0 comments on commit ad9901d

Please sign in to comment.