com.google.code.findbugs
From 0d78a010f690b3fd09a710d68e6d0a228a8808a2 Mon Sep 17 00:00:00 2001
From: at055612 <22818309+at055612@users.noreply.github.com>
Date: Tue, 4 Feb 2025 11:32:49 +0000
Subject: [PATCH 3/5] Uplift actions/upload-artifact to v4
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 32668e3..ade04cd 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: |
From 113c404a39f85a913b59db2a723f00bf57f198dd Mon Sep 17 00:00:00 2001
From: at055612 <22818309+at055612@users.noreply.github.com>
Date: Tue, 4 Feb 2025 11:43:45 +0000
Subject: [PATCH 4/5] Uplift download-artifact action to v4
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ade04cd..e2e3db1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -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
From 734243aec901c13c119a77f23eee5e64de6e0e9a Mon Sep 17 00:00:00 2001
From: at055612 <22818309+at055612@users.noreply.github.com>
Date: Tue, 4 Feb 2025 11:50:27 +0000
Subject: [PATCH 5/5] Uplift upload-artifact action to v4
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e2e3db1..4fc1b22 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -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
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy