From 571d21a92aa49dad8e03fc7fca49d43e959fe833 Mon Sep 17 00:00:00 2001 From: bazke <1597740+itsbazke@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:06:57 +0200 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 55f502c..518ff7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: echo "##[set-output name=jarname;]$(find build/libs/ -name "*.jar" -not -name "*slim*" -not -name "*source*" | sed 's:.*/::')" - name: Upload artifact - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.jarname.outputs.jarname }} path: ${{ steps.jar.outputs.jarfile }}