Skip to content

Commit b4d31e0

Browse files
committed
Update actions/upload-artifact to v4
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 2936f23 commit b4d31e0

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@v3
20+
uses: actions/upload-artifact@v4
2121
with:
2222
name: Plot2Dynmap-SNAPSHOT
2323
path: build/libs/*-SNAPSHOT.jar

0 commit comments

Comments
 (0)