Skip to content

Commit 43d4309

Browse files
authored
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
1 parent a01b0ae commit 43d4309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish
1+
name: Build and Archive
22

33
on:
44
push:
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727

2828
- name: Archive artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: geyser-voice-artifact
3232
path: build/libs/

0 commit comments

Comments
 (0)