From bbd037779f401febc3c7e5269cd8bfb96671e505 Mon Sep 17 00:00:00 2001 From: foss-mc <69294560+foss-mc@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:56:38 +1200 Subject: [PATCH] use actions/upload-artifact@v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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