Skip to content

Commit

Permalink
use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
foss-mc committed Sep 8, 2024
1 parent 75f09f3 commit bbd0377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
./gradlew createReobfPaperclipJar --stacktrace --no-daemon
- name: Archive Paperclip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Patina
path: build/libs/patina-paperclip-${{ steps.mcver.outputs.mcver }}-R0.1-SNAPSHOT-reobf.jar
Expand Down

0 comments on commit bbd0377

Please sign in to comment.