From b2a57e4fc0ee84f5b319566fd8a99d10e9f0eecf Mon Sep 17 00:00:00 2001 From: thom2305 <102167733+thom2305@users.noreply.github.com> Date: Fri, 25 Apr 2025 18:15:46 -0400 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7584e88..91fa0d9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: run: mkdir -p release && cp WiiSOAP release/ && cp config.example.xml release/ && zip -r wiisoap.zip release/ - name: Upload release ZIP - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wiisoap-linux path: wiisoap.zip