Skip to content

Commit 5fa2381

Browse files
committed
Fix workflow
1 parent 496a936 commit 5fa2381

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
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 16
2222
- name: Package
2323
run: ./gradlew jpackage
24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: Win-installer
2727
path: build/distributions/*

0 commit comments

Comments
 (0)