Skip to content

Commit 2f26499

Browse files
dependency: Update actions/upload-artifact action to v5 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75c1d47 commit 2f26499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build the Jar
3636
run: './gradlew clean shadowJar'
3737
- name: Upload a Build Artifact
38-
uses: actions/upload-artifact@v4.6.2
38+
uses: actions/upload-artifact@v5.0.0
3939
with:
4040
name: 'LobbyHeads'
4141
path: build/libs/LobbyHeads*.jar

0 commit comments

Comments
 (0)