From 3a416fe749cc71b66eabd347dedfd43f3308140a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:56:28 +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 5f19676..34b2168 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - name: Upload build results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: build-results-${{ runner.os }}-${{ runner.arch }} path: |