Skip to content

Commit

Permalink
ci: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP committed Feb 2, 2025
1 parent c7f6ff2 commit 03fda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./gradlew build

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# optional, default is artifact
name: KaizPatchX-${{ steps.vars.outputs.sha_short }}.jar
Expand Down

0 comments on commit 03fda4b

Please sign in to comment.