Skip to content

Commit da25486

Browse files
Update actions/upload-artifact action to v7
1 parent d624aaf commit da25486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v3"
21+
uses : "actions/upload-artifact@v7"
2222
with :
2323
name : "PRTree-SNAPSHOT"
2424
path : "build/libs/*-SNAPSHOT.jar"

0 commit comments

Comments
 (0)