From b7b96a6e9ecda8ea2165f6f9404f92caf9009299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:51:19 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c20c91..70b2ddf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: id: get_version run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Upload docker zip - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: # Artifact name name: docker-${{ steps.get_version.outputs.VERSION }}