From 668ebb108c28857056a7b7f2b0cc211d2bcbd1d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:52:48 +0000 Subject: [PATCH] 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 fd4cc95..0be171b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: - name: Upload artifact if: ${{ inputs.artifacts }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.preset.outputs.name }} path: ${{ steps.preset.outputs.name }}.tar.gz