Skip to content

Commit 7352c62

Browse files
Update actions/upload-artifact action to v6
1 parent 3c2ae7e commit 7352c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Clean Build"
1919
run: "./gradlew clean build"
2020
- name : "Archive Artifacts"
21-
uses : "actions/upload-artifact@v5"
21+
uses : "actions/upload-artifact@v6"
2222
with :
2323
name : "HeadDatabase-API-SNAPSHOT"
2424
path : "build/libs/*.jar"

0 commit comments

Comments
 (0)