We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496a936 commit 5fa2381Copy full SHA for 5fa2381
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 16
22
- name: Package
23
run: ./gradlew jpackage
24
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
25
with:
26
name: Win-installer
27
path: build/distributions/*
0 commit comments