From eda57bd5454869d6c0e0c70396d302f8e4f8f38b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:40:46 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action from vv4.6.2 to v7 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d9e8ff2a..afd6c23b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -58,7 +58,7 @@ jobs: -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.token=${SONAR_TOKEN} - name: Upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: path: target/*.jar publish-release: