We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d09988 commit 978e201Copy full SHA for 978e201
.github/workflows/build.yml
@@ -10,16 +10,16 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
steps:
12
- name: checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Setup Java
15
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
16
with:
17
- java-version: '20'
+ java-version: '23'
18
distribution: 'temurin'
19
- run: ./gradlew package
20
- run: mkdir staging && cp app/build/installer/* staging
21
- name: upload build result
22
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
23
24
name: FxDemoApp-${{matrix.os}}
25
path: staging
0 commit comments