Skip to content

Commit 66b22fd

Browse files
dependency: Update actions/upload-artifact action to v7
1 parent 3b90a44 commit 66b22fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6.0.0
38+
uses: actions/upload-artifact@v7.0.1
3939
with:
4040
name: 'LobbyHeads'
4141
path: build/libs/LobbyHeads*.jar

0 commit comments

Comments
 (0)