From 43d4309b70a4cbde9256edbcd26d98fecf103d12 Mon Sep 17 00:00:00 2001
From: Miniontoby <47940064+Miniontoby@users.noreply.github.com>
Date: Fri, 24 Jan 2025 15:01:58 +0100
Subject: [PATCH] Update build.yml to fix warnings

Fixed warning with upload-artifact action wanting a newer version and changed name of action to more logical name
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dfd9e65..a18779b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,4 +1,4 @@
-name: Build and Publish
+name: Build and Archive
 
 on:
   push:
@@ -26,7 +26,7 @@ jobs:
         run: ./gradlew build
 
       - name: Archive artifacts
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: geyser-voice-artifact
           path: build/libs/