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
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