From b30bad2d3bba5998b9fdb0422230401eb81e4627 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 23:36:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action from vv5.0.0 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 429f1fb..8434f98 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -55,7 +55,7 @@ jobs: -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.token=${SONAR_TOKEN} - name: Upload artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: path: target/*.jar publish-release: