Skip to content

Commit

Permalink
Update build.yml to fix warnings
Browse files Browse the repository at this point in the history
Fixed warning with upload-artifact action wanting a newer version and changed name of action to more logical name
  • Loading branch information
Miniontoby authored Jan 24, 2025
1 parent a01b0ae commit 43d4309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish
name: Build and Archive

on:
push:
Expand Down Expand Up @@ -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/

0 comments on commit 43d4309

Please sign in to comment.