From 1bcc33f60ed0b0bdf7220d7081b2d0e0c745ccdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:07:23 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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 53f4318..34f52c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload a Build Artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: # Artifact name name: MiniCommands