From 2d197237f88c932ddff1a1f49f35a4ec657d5697 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sat, 18 Mar 2023 14:19:46 +0100 Subject: [PATCH] github actions: use upload-artifact v3 --- .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 a37eb68bf..b7c75696c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: with: arguments: fatJar - name: Upload build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: 'minosoft-${{ matrix.os }}' path: build/libs/minosoft-fat-*.jar