We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a074 commit 70ad522Copy full SHA for 70ad522
.github/workflows/gradle.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build the Jar
36
run: './gradlew clean shadowJar'
37
- name: Upload a Build Artifact
38
- uses: actions/upload-artifact@v4.0.0
+ uses: actions/upload-artifact@v4.3.2
39
with:
40
name: 'LobbyHeads'
41
path: build/libs/LobbyHeads*.jar
0 commit comments