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 }}"