Skip to content

Commit bc4400e

Browse files
Update actions/upload-artifact action to v5
1 parent 5f1522b commit bc4400e

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Clean Build
1818
run: ./gradlew clean build
1919
- name: Archive Artifacts
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v5
2121
with:
2222
name: Plot2Dynmap-SNAPSHOT
2323
path: build/libs/*-SNAPSHOT.jar

0 commit comments

Comments
 (0)