From 80c3ffa159353dcf4d77065a4dcd55576d3c70c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:08:55 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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 26ed20e..f9a7eb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Build with Gradle run: ./gradlew clean ${{ matrix.tasks }} - name: Upload Executable - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: levelz-cli-${{ matrix.tag }} path: build/bin/*