From 2bb7ae3c0ea4528a596d30f0877c701c3923175b Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 23 Jan 2026 04:45:54 +0000 Subject: [PATCH] chore(deps): updated actions/upload-artifact action from v4 to v6 --- stack/.github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/.github/workflows/create-release.yml b/stack/.github/workflows/create-release.yml index d2f4dd05..e27ea6b6 100644 --- a/stack/.github/workflows/create-release.yml +++ b/stack/.github/workflows/create-release.yml @@ -322,7 +322,7 @@ jobs: output_path: "${{ github.workspace }}/${{ matrix.arch.name }}-package-list-${{ matrix.stacks.name }}" - name: Upload package list file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: "${{ matrix.arch.name }}-${{ matrix.stacks.name }}-package-list.json" path: "${{ github.workspace }}/${{ matrix.arch.name }}-package-list-${{ matrix.stacks.name }}"