From cc41584610aff68853ef5bfad13b407ffa531441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:03:57 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1f3de..ed2632d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Build with Maven run: mvn -B package - name: Upload jar - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: jar path: target/k8s-onboarding-0.0.1-SNAPSHOT.jar