Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Mar 3, 2025
1 parent 8f94084 commit c4e6824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
#for github maven? packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Find last successful build (current branch)
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
GIT_PREVIOUS_SUCCESSFUL_COMMIT: ${{ steps.last_success_build.outputs.sha != github.sha && steps.last_success_build.outputs.sha || steps.last_success_build_any.outputs.sha }}

- name: Upload to workflow artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
build/libs/
Expand Down

0 comments on commit c4e6824

Please sign in to comment.