diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2887001..6c72c09 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
run: mvn ${{ env.maven_commands }}
- name: Upload JAR as artifact
if: matrix.os == 'ubuntu-latest' && matrix.java == '1.8'
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
with:
name: ZarrReader
path: target/*.jar
@@ -71,7 +71,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Retrieve version
id: get_version
run: |
@@ -86,7 +86,7 @@ jobs:
echo server='ome.releases' >> $GITHUB_OUTPUT
fi
- name: Set up Repository
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'zulu'
diff --git a/pom.xml b/pom.xml
index ac409bb..480b664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
ome
formats-api
- 7.3.1
+ 8.0.1
dev.zarr