diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 32668e3..4fc1b22 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
run: mvn -B verify -DgcRecordWrites=1000
- name: Store built native libraries for later jobs
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: native-libraries
path: |
@@ -64,7 +64,7 @@ jobs:
cache: maven
- name: Fetch built native libraries
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
with:
name: native-libraries
path: src/main/resources/org/lmdbjava
@@ -73,7 +73,7 @@ jobs:
run: mvn -B test -Dtest=VerifierTest -DverificationSeconds=10
- name: Upload Surefire reports on test failure
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
if: failure()
with:
name: surefire-test-log
@@ -116,7 +116,7 @@ jobs:
MAVEN_CENTRAL_TOKEN: ${{ secrets.nexus_password }}
- name: Debug settings.xml
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
if: failure()
with:
name: settings.xml
diff --git a/pom.xml b/pom.xml
index 75ce0fe..9ef2ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
com.github.jnr
jnr-ffi
- 2.2.15
+ 2.2.17
com.google.code.findbugs