Skip to content

Commit 688190b

Browse files
committed
ci: bump github actions versions
1 parent 7f94b79 commit 688190b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ant.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '17'
2323
distribution: 'temurin'
2424
architecture: x64
25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
id: javafx-cache
2727
with:
2828
path: javafx-sdk-21.0.1
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
sed -i.bak 's/<property name="fxlib" value=".*"\/>/<property name="fxlib" value="javafx-sdk-21.0.5\/lib"\/>/g' build.xml
3838
ant -noinput -buildfile build.xml
39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
path: release/kmttg.jar
4242
if-no-files-found: error

0 commit comments

Comments
 (0)