From e35a795b8d4971cac8b3c95686f6279fcf3904d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:07:51 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action from vv4.6.2 to v6 --- .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..b56740a1 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@v6.0.0 with: path: target/*.jar publish-release: