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 8bd2440 commit e4d800aCopy full SHA for e4d800a
.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