From da9871ae58249080c4577cae39056ecadb2131b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 20:14:03 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f5e77cd2..7c219c11 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -80,7 +80,7 @@ jobs: reporter: java-junit - name: Upload distribution - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: stacker-${{ matrix.target }} path: build/bin/${{ matrix.target }}/releaseExecutable/stacker.kexe