From 31e0dc8334bba3b0a654f921cae2ac031a694cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:08:32 +0000 Subject: [PATCH] [ci-skip] Update actions/upload-artifact action to v7 --- .github/workflows/build_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index 0303e1f87..5b0fa4505 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -39,6 +39,6 @@ jobs: - id: upload-artifact name: Upload Build Artifact if: ${{ success() }} - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.0 with: path: build/libs/*.jar