diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5a791ee..8f2fd8b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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