From 688190b1efd9ec6dd349bcf38b6b39e66c45ded1 Mon Sep 17 00:00:00 2001 From: Brian Engert Date: Sat, 16 Nov 2024 17:23:10 -0600 Subject: [PATCH] ci: bump github actions versions --- .github/workflows/ant.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 05af9c52..8b75155b 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -15,14 +15,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin' architecture: x64 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: javafx-cache with: path: javafx-sdk-21.0.1 @@ -36,7 +36,7 @@ jobs: run: | sed -i.bak 's///g' build.xml ant -noinput -buildfile build.xml - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: release/kmttg.jar if-no-files-found: error