From 16bc19d828c157e2da48a5cabd5c79a95afd7093 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 14 Apr 2026 02:45:43 +0200 Subject: [PATCH 1/2] to node js 24 --- .github/workflows/maven.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1f5879301..2a4be0e07 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Maven - uses: stCarolas/setup-maven@v5 + uses: stCarolas/setup-maven@v5.1 with: maven-version: 3.9.11 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'adopt' @@ -31,27 +31,27 @@ jobs: run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=BuildTests -DfailIfNoTests=false - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Repository path: io.sloeber.updatesite/target/repository - name: Archive Windows 64 bit - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sloeber-ide-sloeber_release-win32.win32.x86_64.zip path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-win32.win32.x86_64.zip - name: Archive Linux 64 bit - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-linux.gtk.x86_64.tar.gz - name: Archive Mac 64 bit - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.x86_64.zip - name: Archive Mac ARM 64 bit - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip From 1e8e738100a4bc08cce2cda17919285d563df932 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 14 Apr 2026 03:17:55 +0200 Subject: [PATCH 2/2] Update com.github.luben.zstd-jni to avoid build warning --- io.sloeber.product/sloeber.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.sloeber.product/sloeber.target b/io.sloeber.product/sloeber.target index ce89ba50d..c97761857 100644 --- a/io.sloeber.product/sloeber.target +++ b/io.sloeber.product/sloeber.target @@ -62,7 +62,7 @@ com.github.luben zstd-jni - 1.5.6-8 + 1.5.7-7 jar