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.
2 parents e8e737f + 4499d81 commit 6039effCopy full SHA for 6039eff
.github/workflows/cli-native-images.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build with Maven
33
run: 'mvn package -Dmaven.test.skip=true'
34
- name: Temporarily save package
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: java-binary
38
path: |
@@ -68,7 +68,7 @@ jobs:
68
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-windows.exe
69
if: runner.os == 'Windows'
70
71
72
73
name: astra-cli-${{ matrix.os }}-java-${{ matrix.jdk-version }}
74
0 commit comments