Skip to content

Commit 978e201

Browse files
committed
Upgrade actions
1 parent 8d09988 commit 978e201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Setup Java
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
17-
java-version: '20'
17+
java-version: '23'
1818
distribution: 'temurin'
1919
- run: ./gradlew package
2020
- run: mkdir staging && cp app/build/installer/* staging
2121
- name: upload build result
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: FxDemoApp-${{matrix.os}}
2525
path: staging

0 commit comments

Comments
 (0)